What problem does it solve? Hardcoded API keys, passwords, and tokens often slip into source code and remain buried in git history even after deletion, creating serious security exposure before deployments, open-sourcing, or incident response. ## Core Features & Use Cases - Pattern-based code scanning: Searches for cloud provider keys (AWS, GCP, Azure), SaaS tokens (GitHub, Stripe, Slack, OpenAI), private keys, and database connection strings using high-signal regex patterns with false-positive filtering. - Git history analysis: Finds secrets that were committed and later removed, with optional trufflehog and gitleaks integration for deeper verified scanning. - Configuration audit: Checks .gitignore coverage, .env file parity, and secret manager adoption, then produces a deduplicated report with severity ratings and rotation guidance. - Use Case: Before open-sourcing a repository, run a full scan to discover an old AWS access key still present in git history, then follow the provided rotation and history-cleanup steps. ## Quick Start Ask the assistant to scan this repository for leaked secrets and credentials, including the git history, and write the findings report.