- What patterns does it detect?
- 50+ known patterns: AWS access keys, GitHub tokens, Slack webhooks, Stripe keys, private keys, JWTs, OpenAI keys, etc. Uses the same regex set as trufflehog.
- False positives?
- Common. Test credit card numbers, example API keys in docs, or UUIDs that match an ID pattern. The tool notes confidence levels; verify before panicking.
- Should I use this in CI?
- For quick pre-commit checks yes. For CI, use trufflehog, gitleaks, or similar — they integrate better and maintain pattern lists.
- Does it scan image files?
- No — text only. For image-embedded secrets (screenshots of keys), OCR first, then scan the extracted text.