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
On-Device AI App Feature Planner
Plans a mobile app feature set that runs entirely on-device using small AI models like Gemma 4 or Llama, with offline-first architecture and privacy-by-design principles.
Automated Code Review Critic
Perform comprehensive automated code review with security, performance, and best practices analysis
Senior-Level AI Code Review & Refactor Guide
Performs a thorough senior-engineer-level code review with prioritized refactoring recommendations, security checks, and performance improvements.
React Component Generator & Reviewer
Generates production-ready React components with TypeScript, proper props typing, accessibility, and best practices for 2026 React standards.