From sundial-org-awesome-openclaw-skills-4
Scans codebases for hardcoded secrets, API keys, and credentials. Detects patterns like AWS, Stripe, GitHub tokens and checks .env files. Useful before public commits or during security audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:secret-scannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan your codebase for leaked secrets, API keys, and credentials before they hit production.
Scan your codebase for leaked secrets, API keys, and credentials before they hit production.
npx ai-secret-scan
# Scan current directory
npx ai-secret-scan
# Scan specific path
npx ai-secret-scan ./src
One of 110+ free developer tools from LXGIC Studios. No paywalls, no sign-ups.
Find more:
MIT. Free forever.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Detects exposed secrets, API keys, and credentials in code using pattern matching and entropy analysis. Trigger with 'scan for secrets' or 'find exposed keys'.
Scans code, git history, and configs for secrets like API keys, cloud credentials, private keys, and DB strings using regex, entropy, and context. Assesses severity and generates remediation reports.
Detects private information, secrets, API keys, and credentials in codebases before open sourcing. Scans files, git history, and sets up pre-commit hooks.