Code Review Security Auditor
Perform a security-focused code review identifying vulnerabilities
Content
Perform a thorough security audit of the following code. Act as a senior security engineer. Language: {{language}} Code: ``` {{code}} ``` Analyze for: 1. **Injection vulnerabilities** (SQL, XSS, command injection) 2. **Authentication/Authorization flaws** 3. **Data exposure risks** (secrets, PII leakage) 4. **Input validation gaps** 5. **Dependency vulnerabilities** 6. **Race conditions or timing attacks** For each finding, provide: - Severity (Critical/High/Medium/Low) - Exact line or pattern affected - Exploit scenario - Recommended fix with code example
Related Prompts
Chain-of-Verification Generator
Generate self-verifying prompts that ask the AI to check its own outputs against criteria
Microservice Architecture Designer
Designs a complete microservices architecture for a given application, including service boundaries, communication patterns, data ownership, and deployment topology.
Vibe Coding Project Brief Generator
Generates a clear, structured project brief optimized for AI coding tools like Cursor, Lovable, or Bolt.new so vibe coders can build faster with better AI outputs.
RAG System Architect
Build a Retrieval-Augmented Generation system with proper chunking, embedding, and retrieval strategies