What problem does it solve? Leaked API keys, tokens, and passwords hide in source files, git history, and misconfigured deployments, and deleting a leaked secret without rotating it fixes nothing. This Skill finds exposed credentials before attackers do and drives the full rotation and prevention workflow. ## Core Features & Use Cases - Three-layer scanning: grep-based pattern detection in the working tree (AWS, OpenAI, GitHub, Slack, Google, Telegram key formats), git history scanning for secrets removed in later commits, and a manual configuration review covering .gitignore, Dockerfiles, CI pipelines, logs, and frontend bundles. - Rotation procedure: a strict rotate-first-then-revoke sequence with blast-radius assessment, history scrubbing via git filter-repo, and recurrence prevention through pre-commit hooks and CI scanning. - Severity model and report template: findings classified Critical through Low with a structured Markdown output format that never exposes full secret values. - Use Case: Before open-sourcing a repository, run the audit to discover an AWS key committed six months ago, rotate it at the provider, check access logs for misuse, scrub history, and add a gitleaks pre-commit hook. ## Quick Start Audit this repository for exposed secrets and API keys, including git history, and give me a severity-ranked report with rotation steps.