What problem does it solve?
This Skill audits codebases to identify and remediate common security vulnerabilities introduced by AI-generated code in vibe-coded applications, helping teams prevent data leaks, insecure configurations, and misused credentials.
Core Features & Use Cases
- Secrets & Environment Variables: Scan for hardcoded keys, client-side exposure, and missing .gitignore coverage; verify environment handling follows best practices.
- Access Control & Authentication: Review RBAC/RLS, auth flows, middleware protection, and server actions/route handlers for proper authentication and authorization.
- Data Validation & Input Handling: Check input validation, SQL/ORM safety, and defense against injection or mass assignment.
- Deployment & Data Security: Verify environment separation, security headers, and production-ready deployment configurations.
- Use Case: When reviewing a vibe-coded project that handles user data, secrets, and payments, the skill will flag insecure patterns and propose concrete fixes.
Quick Start
Provide a comprehensive security review of my vibe-coded project and return a prioritized remediation plan.