skill-scoped-permission-suggestions-1c850e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-scoped-permission-suggestions-1c850e (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: safety-worktrees Trigger: Apply this when Claude is asking for filesystem permission that can be narrowed to a single skill directory. Source Pattern: Distilled from reviewed repo-safety, packaging, and worktree-management patterns.
Leverage the skill path parser to detect when a target file resides inside .claude/skills/<skill-name> (project or global). Once matched, compute a gitignore-style prefix such as /.claude/skills/<skill-name>/** and offer that as the minimal scope for the permission prompt. This keeps the permission dialogue focused on the skill under edit and prevents giving blanket access to the entire .claude tree.
. or traversal segments before suggesting scopes to avoid leaking overlapping directories./.claude/skills/<name>/** or ~/.claude/skills/<name>/** over /.claude/** whenever the file sits inside a skill.When editing skills/my-skill/SKILL.md, call this method before showing the permission prompt so you can recommend granting /.claude/skills/my-skill/** instead of the entire .claude directory.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.