What problem does it solve? Hardcoded credentials, API keys, and tokens accidentally committed to a codebase or buried in git history create serious security breach risks, and finding them manually across thousands of files and commits is impractical. ## Core Features & Use Cases - Multi-Tool Scanning: Uses TruffleHog, Gitleaks, detect-secrets, or git-secrets when available, with a Grep-based pattern fallback covering AWS keys, GitHub tokens, Stripe keys, database connection strings, private keys, and 700+ secret types. - Git History Analysis: Scans all commits to find secrets that were committed and later removed, classifying findings as active leaks, removed leaks, or false positives. - Remediation Guidance: Provides severity-ranked reports with step-by-step credential rotation instructions, git history scrubbing via BFG or git-filter-repo, .gitignore generation, and pre-commit hook setup. - Use Case: Before a release, run a comprehensive scan of your repository to discover an exposed AWS access key in config files, rotate it immediately, scrub it from git history, and install a pre-commit hook to prevent recurrence. ## Quick Start Ask the AI to scan the current repository for exposed secrets and credentials, optionally including git history.