Secrets-in-History Remediation
Full git-history secret scanning that doesn’t stop at detection — rotation and verified closure included.
Who it's for
Built for teams who know a secret committed once is a secret leaked forever, even after the commit is deleted. If "we scan for secrets" currently means "we scan the latest commit," this covers the history that scan misses.
Capabilities
- Scans full commit history, not just the latest state of a repository
- Classifies findings by real provider type — AWS keys, GCP service accounts, database connection strings, private keys
- Triggers credential rotation at the provider automatically for supported types
- Independently verifies the old credential is actually revoked before marking a finding resolved
How it fits the platform
A finding never closes on faith — rotation and closure verification are tracked as separate, auditable steps, so "resolved" always means someone confirmed the leaked credential no longer works, not just that a rotation call was made.