Secret Scrubber

Paste a log, stack trace, or .env fragment, find the secrets and personal data in it, and replace them with safe placeholders before you paste it into an AI chat.

Everything happens on your device. Nothing you type here is sent anywhere.

Paste something above and click "Find secrets" to see what it catches. Try "Load example" first if you want to see it work in a few seconds.

What it checks

Detection runs in three passes over the pasted text, in this order, and every pass is a plain function in core.js:

Known limits: this is a heuristic scanner, not an exhaustive one. It will miss secrets embedded inside a URL's query string, and it can occasionally flag a long random-looking value (like a full docker image digest) that is not actually sensitive. It is not a replacement for a git-history scanner like gitleaks.

Clicking "Copy scrubbed text" re-scans the scrubbed output first. The button only becomes clickable once that re-scan shows zero findings.