What problem does it solve? Full-stack applications ship with authentication gaps, missing security headers, unvalidated inputs, and injection risks that lead to breaches. This Skill audits existing code against the OWASP Top 10 and generates production-grade security configurations so vulnerabilities are found and fixed before deployment. ## Core Features & Use Cases - OWASP Top 10 Audit: Walks all ten categories (broken access control, injection, misconfiguration, SSRF, and more) and produces a severity-rated findings report with root cause and remediation for each issue. - Auth.js v5 Setup: Generates complete authentication with NextAuth v5, including Google and Credentials providers, bcrypt password hashing, JWT session callbacks, and edge middleware route protection. - Defense Configuration: Produces Content Security Policy and security headers, tiered rate limiting with Upstash Redis or Fastify, Zod input validation schemas, parameterized Prisma queries, and startup-time secrets validation. - Use Case: Before launching a SaaS app, ask for a security audit. The Skill flags a missing ownership check on invoice fetches, absent rate limiting on login endpoints, and a weak CSP, then outputs the exact code to fix each finding. ## Quick Start Ask the AI to audit your Next.js application for security vulnerabilities and generate the fixes for any critical findings.