claude-win11-speckit-update-skill: Settings file for Claude Code

.claude/settings.json

claude-win11-speckit-update-skill is a settings file for Claude Code from NotMyself/claude-win11-speckit-update-skill. Its token cost is not measured, scanned C, original, MIT.

Configuration settings for a Claude Code skill that manages GitHub SpecKit updates.

In plain words
What is it for?
They are for permitting PowerShell, Git, GitHub CLI, Docker, npm, download commands, and selected GitHub web access used by the update workflow.
Why use it?
They define which command-line tools and web locations the skill may use during update, testing, Git, GitHub, and development tasks.

Settings file for Claude Code

Written for Claude Code: installed under .claude/.

This is NotMyself/claude-win11-speckit-update-skill's own configuration. It tells Claude Code how to work on claude-win11-speckit-update-skill itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-win11-speckit-update-skill configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/NotMyself/claude-win11-speckit-update-skill/main/.claude/settings.json
Clone the repo
git clone --depth 1 https://github.com/NotMyself/claude-win11-speckit-update-skill

Made for: Claude Code.

Wrote 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.

agentmods badge for claude-win11-speckit-update-skill

README.md
[![agentmods](https://agentmods.dev/badge/settings/notmyself/claude-win11-speckit-update-skill/settings.svg)](https://agentmods.dev/settings/notmyself/claude-win11-speckit-update-skill/settings)
Your own site
<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>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

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)
.claude/settings.json · 31 lines

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
    ]
  }
}
Changes

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.

  1. 8d ago First seen · 31 lines scan C 8465850fcfde

Subscribe to this mod's changes

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.