-
Security
Check my repo for committed secrets and env files
Verifies .env and credential files are gitignored, searches git history for past commits, and plans rotation.
Free Prompt
What This Does / How This Helps
Checks both your working tree and your git history for committed secrets, then builds the rotation plan for anything that ever leaked into a commit. Deleting the .env file in a new commit doesn't remove it from history, and that's the step everyone misses. The file is still there in every clone of the repo, one git log away. If the repo is public, assume any committed key was scraped within minutes of the push. The prompt stays honest about cleanup: rotation is what actually saves you, history rewrites are cosmetic and disruptive. You get a per-secret rotation table so the leaked values die for real.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).