Secrets do not announce themselves. STRIPE_KEY=sk_live_9f2a... is obvious; SETTING_12=u7g3Kp9Q...QnZ is not. The .env Secret Scanner looks for both signals at once — telling key names and credential-shaped values — and flags them by line with a masked value and a risk level.
It is a triage tool for the moment before you paste a .env into a ticket, a screenshot, or a commit: run the scan, see what it would expose, and rotate anything that looks live. It detects Stripe-style sk_live_ keys, AWS access keys, OAuth-style tokens, generic high-entropy strings, and credentials embedded in URLs.
The scan never uploads anything, and it shows only masked values so the result itself is safe to share.