The scariest .env leak is the one in history: the commit is long gone from the working tree, but the secret survives in a past revision forever — visible in git log -p to anyone who cloned the repo. The Git History Env Leak Scanner makes those commits findable.
You paste the output of git log --all --name-status, and the scanner flags every revision that added, modified, renamed, or deleted an env file. Each key with a secret-hinting name is surfaced with the commit hash, date, subject, and file path, and a risk level helps you prioritize rotation.
This is pattern-based review of the log text, deliberately not AI. Everything stays in your browser.