dangerous-config-file-protection-bfac84 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dangerous-config-file-protection-bfac84 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Domain: sensitive-paths Trigger: Guard every filesystem modification that touches .git, .claude, .gitconfig, or other config-critical paths before running the tool. Source Pattern: Distilled from reviewed permission, shell-safety, and worktree-management implementations.
Maintain explicit lists of filenames and directories that should never be touched automatically. Before allowing any tool action, expand the requested path, normalize casing, and compare the basename or enclosing directory against those lists. If a match appears, decline the action or require a human permission grant with the narrowest scope possible.
.gitconfig) and directories (e.g., .git, .claude, .vscode) to block entire trees that hold secrets or tooling.When the user asks to edit ~/.claude/skills/confidential-skill/SKILL.md, detect that the path enters .claude, normalize it, and refuse the automatic edit while suggesting a narrower permission grant instead of broad config-directory access.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.