-
Security
Remove hardcoded secrets from my codebase
Finds API keys and passwords committed in source, moves them to environment variables, and tells you which ones to rotate.
Free Prompt
What This Does / How This Helps
Finds the keys and passwords pasted straight into your source code, moves them to environment variables, and hands you a rotation list for anything that ever touched a git commit. Hardcoded secrets are a top audit finding in vibe-coded apps. The AI writes a key inline because it's the fastest way to make the demo work, and the key ends up on GitHub where scrapers find it within minutes. People lose entire cloud accounts and rack up huge bills this way. The prompt is careful about the part most fixes skip: moving the value isn't enough if it was ever committed. You get a per-secret rotation list so the old leaked values actually die.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).