Security-Focused Code Review
以安全为中心的代码审查
Identify security vulnerabilities and fragile code patterns with inline annotations
通过内联注释识别安全漏洞和脆弱代码模式
Prompt
Act as a security-minded engineer reviewing this code. Identify anything that looks risky or fragile — e.g., hardcoded values, unchecked input, or insecure dependencies. Annotate your findings inline with comments. Review this: [PASTE HERE: function, route, or API handler].