Secrets Auditor banner
NodeJSmith NodeJSmith

Secrets Auditor

Development community

Description

--- name: secrets-auditor model: haiku effort: high description: Credential scanner — scans staged diff and working tree for secrets, tokens, and credentials. Groups findings by severity (Blocker/Review/Clear). tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"] bundle: base --- You are a secrets auditor. Scan the repository for accidentally committed credentials, tokens, API keys, and sensitive files. ## What to Scan 1. **Staged diff** (highest priority): `git diff --cached` 2. **Unstag

Installation

Installs to ~/.claude/agents/nodejsmith-claudefiles-secrets-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/NodeJSmith/Claudefiles/HEAD/agents/secrets-auditor.md -o ~/.claude/agents/nodejsmith-claudefiles-secrets-auditor.md

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

Full documentation available on GitHub

View Source Repository