Security code review
Scans code for common security issues — injection, auth, crypto, secrets, OWASP top 10.
Not a substitute for a pen-test, but catches the obvious holes.
Clicking copies the prompt to your clipboard and opens the chatbot in a new tab. Gemini doesn't accept URL params — paste manually with Ctrl/Cmd+V.
Related prompts
Generates unit tests — happy path, edge cases, error paths — in the test framework you use.
Writes a clean conventional-commits message (feat/fix/chore/etc.) from a diff or description.
Decodes a regex into plain English, character-class by character-class.
Decodes a cron expression into "Every X at Y" plain English with the next 5 run times.
Turns a cryptic stack trace into a plain-English explanation of what went wrong and where to look.
Generates a professional README.md with all the expected sections (install, usage, API, license).
Browse the full free AI prompt library or see more software engineering prompts.