Code Review With Security Focus
Senior-engineer review pass: security vulnerabilities, race conditions, edge cases, naming, plus a prioritised fix list.
Fill in the Template
1 / 4 filledYour Built Prompt
Updates live as you typeAct as a senior {{language}} engineer with 15 years of experience reviewing production code at scale.
Review the following code for:
1. Security vulnerabilities (injection, auth bypass, data exposure, etc.)
2. Race conditions and concurrency bugs
3. Edge cases and error handling gaps
4. Naming clarity and code structure
5. {{focus_area}}
Review style: Constructive with explanations
Return a prioritised list (Critical / High / Medium / Low) with the issue, why it matters, and a specific fix. Skip nits unless they're security-relevant.
Code to review:
{{code}}Fill in the required fields above to copy or run this prompt.
Tags
Community Feedback
0 commentsRelated Prompts
More in CodingConvert an Excel formula to Google Sheets (or vice versa)
Convert spreadsheet formulas between Excel and Google Sheets, with a callout of any function that doesn't exist in the target and the workaround used.
Debug an error message — paste it, get the fix
Paste any error message, get a plain-English explanation, the most likely cause, and a step-by-step fix. Works for code, Zapier, Excel, Webflow, anywhere.
Generate a regex from a plain-English description
Plain-English in, ready-to-paste regex out. Includes a walkthrough, test results against your sample inputs, and known limitations.
Build a spreadsheet formula from plain English
Plain-English description in, paste-ready spreadsheet formula out — Excel or Google Sheets dialect. Includes the "when it breaks" caveats most AI prompts skip.