What problem does it solve?
Scans a repository's full git history to find leaked secrets, API keys, tokens, and credentials so teams can identify exposures that are hidden in past commits, deleted files, or other branches.
Core Features & Use Cases
- Full-history scanning: Analyze diffs across all commits and branches rather than only the working tree to locate secrets introduced and later removed.
- Severity-ranked findings: Classify detections as CRITICAL, HIGH, or MEDIUM using provider-specific regex patterns and present results in a prioritized table.
- Safe output and remediation: Always mask secrets in reports, provide explicit rotation and git-history remediation commands (e.g., git-filter-repo and force-push warnings), and require confirmation before any history rewrite.
- Use Case: Run a pre-publish security audit to ensure no credentials will be exposed when open-sourcing a repository or during a compliance review.
Quick Start
Ask the assistant to scan the repository's full git history for exposed secrets and return a severity-ranked, masked findings table with remediation guidance.