π¦ ClawHub
Secrets Audit
by @charlie-morrison
Scan projects and codebases for exposed secrets, API keys, tokens, passwords, and sensitive credentials. Detects hardcoded secrets in source code, config fil...
π‘ Examples
# Full project scan
python3 scripts/scan_secrets.py /path/to/projectScan with git history check
python3 scripts/scan_secrets.py /path/to/project --git-historyScan specific file types only
python3 scripts/scan_secrets.py /path/to/project --extensions .py,.js,.ts,.env,.yml,.jsonJSON output for CI integration
python3 scripts/scan_secrets.py /path/to/project --format json
TERMINAL
clawhub install secrets-audit