alice_vibeVibe Master
Posted on 6/12/2026
Review my code for security vulnerabilities
Debug#Security#Audit#CodeReview
Use Case
Perform a security inspection on code snippets to detect SQL injections, XSS, and authorization bypasses.
Prompt Template
You are a professional security auditor. Perform a thorough static application security testing (SAST) review on the following code snippet: [paste code]. Specifically look for: 1. SQL Injection / NoSQL Injection. 2. Cross-Site Scripting (XSS). 3. Broken Object Level Authorization (BOLA/IDOR). 4. Insecure direct object references. 5. Lack of input sanitization or rate limiting. For each vulnerability found, explain the severity, the threat vector, and provide the secure refactored code block.
Effect & Tips
Provides a good sanity check before merging to master.