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 CodingGenerate 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.
Write a Zapier filter step from a plain-English condition
Plain-English condition in, Zapier-UI-ready filter step out. Names operators exactly as Zapier shows them and warns about the case-sensitivity / blank-value gotchas that fail in production.
Custom code embed for Webflow / Squarespace / Wix
Custom-code embed for Webflow, Squarespace, or Wix — paste-ready, with exact placement steps for that platform and the most common gotcha.
Google Apps Script for Sheets — automate a recurring task
Google Apps Script that does one specific thing on your Sheet, with the setup steps + a test row to verify before you turn the trigger on.