Borrowing it
Nothing to install: this file belongs to NotMyself/claude-win11-speckit-update-skill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/NotMyself/claude-win11-speckit-update-skill/main/.claude/settings.jsongit clone --depth 1 https://github.com/NotMyself/claude-win11-speckit-update-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/settings/notmyself/claude-win11-speckit-update-skill/settings)<a href="https://agentmods.dev/settings/notmyself/claude-win11-speckit-update-skill/settings"><img src="https://agentmods.dev/badge/settings/notmyself/claude-win11-speckit-update-skill/settings.svg" alt="Measured on agentmods" height="20"></a>Grade C, and why
claude-win11-speckit-update-skill scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
"Bash(rm -rf*)", // Recursive force delete - ask first Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
"Bash(wget *)", // Download files (GitHub releases, templates) What it actually says
{
"permissions": {
"allow": [
"Bash(pwsh:*)", // PowerShell commands (scripts, modules, Pester tests)
"Bash(git *)", // All git operations (commit, push, pull, branch, status, etc.)
"Bash(gh *)", // GitHub CLI (issues, PRs, releases)
"Bash(dotnet *)", // .NET CLI (Pester may require, potential future tooling)
"Bash(code *)", // VSCode CLI (opening files, diff, merge editors)
"Bash(az *)", // Azure CLI + Azure DevOps (pipelines, boards, repos, artifacts, cloud integration)
"Bash(docker *)", // Docker (for containerized testing environments)
"Bash(npm *)", // npm (if SpecKit or tools need Node dependencies)
"Bash(wget *)", // Download files (GitHub releases, templates)
"Bash(curl *)", // HTTP requests (API testing, downloads)
"WebFetch(github.com/*)", // GitHub (repositories, issues, PRs, releases)
"WebFetch(api.github.com/*)", // GitHub API
"WebFetch(raw.githubusercontent.com/*)" // GitHub raw content
],
"deny": [],
"ask": [
"Bash(git push --force*)", // Force push - ask first (can overwrite history)
"Bash(git reset --hard*)", // Hard reset - ask first (destructive)
"Bash(az account *)", // Azure account switching - ask first (affects billing/resources)
"Bash(az * delete*)", // Azure resource deletion - ask first
"Bash(az devops * delete*)", // Azure DevOps deletion - ask first (pipelines, repos, etc.)
"Bash(docker system prune*)", // Docker cleanup - ask first (removes unused containers/images)
"Bash(rm -rf*)", // Recursive force delete - ask first
"Bash(Remove-Item * -Recurse -Force*)" // PowerShell recursive delete - ask first
]
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 31 lines scan C 8465850fcfde
claude-win11-speckit-update-skill is a settings file published in the GitHub repository NotMyself/claude-win11-speckit-update-skill (30 stars, last pushed 10mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other settings, from other repositories
supabase
Agent settings declaring 2 hook events (SessionStart, PostToolUse).
superset
Agent settings declaring 1 hook event (PreToolUse).
RuView
Agent settings declaring 8 hook events (PreToolUse, PostToolUse, UserPromptSubmit, SessionStart) and 4 allowed tools.
claude-cookbooks
Agent settings declaring 2 hook events (SessionStart, PreToolUse).
claude-code-best-practice
Agent settings declaring 30 hook events (PreToolUse, PermissionRequest, PostToolUse, PostToolUseFailure) and 24 allowed tools.
orm
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, WorktreeCreate, Stop) and 21 allowed tools.