Mine Permissions Audit banner
NodeJSmith NodeJSmith

Mine Permissions Audit

Security community

Description

--- description: Analyze frequent permission prompts and recommend allow-list entries to reduce friction. --- # Permissions Audit Analyze recent session permission data to surface patterns worth auto-allowing. Goal: fewer prompts for routine, safe operations — without opening up risky ones. ## Arguments $ARGUMENTS — optional; currently unused (reserved for future filtering). Ignored if provided. ## Step 1: Gather Data Run all three sources in parallel: ### Current settings Read `~/Claude

Installation

Installs to ~/.claude/skills/nodejsmith-claudefiles-mine-permissions-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nodejsmith-claudefiles-mine-permissions-audit && curl -fsSL https://raw.githubusercontent.com/NodeJSmith/Claudefiles/HEAD/commands/mine-permissions-audit.md -o ~/.claude/skills/nodejsmith-claudefiles-mine-permissions-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository