# SecureClaw is a security scanner — it contains detection patterns (regexes)
# for API keys, tokens, and credentials. These are NOT actual secrets.

# Auditor and credential-hardening contain regex patterns for key detection
src/auditor.ts
src/hardening/credential-hardening.ts

# Skill contains grep search patterns and regex rules for key detection
skill/scripts/quick-audit.sh
skill/scripts/scan-skills.sh
skill/scripts/check-privacy.sh
skill/configs/privacy-rules.json
skill/configs/injection-patterns.json
skill/configs/supply-chain-ioc.json
skill/configs/dangerous-commands.json
