What problem does it solve? Web applications face constant threats from injection attacks, XSS, CSRF, and misconfigured security settings. This Skill provides a structured reference for identifying and preventing the OWASP Top 10 vulnerabilities, so developers can harden applications without memorizing every attack vector. ## Core Features & Use Cases - OWASP Top 10 Prevention: Quick-reference table mapping each vulnerability class to concrete prevention strategies and priority levels. - Input Validation & Sanitization: Zod-based validation patterns for API endpoints, forms, URL parameters, and file uploads, with allowlist-first rules. - XSS, SQL Injection & CSRF Defense: Code-level guidance on output encoding, DOMPurify sanitization, parameterized Prisma queries, and SameSite cookie strategies. - Security Headers & Auth Hardening: Helmet.js and Next.js header configurations, bcrypt password hashing, token storage rules, rate limiting, and CORS setup. - Use Case: Before shipping a Next.js storefront, run through the included security audit checklist to confirm server-side validation, secure headers, rate-limited auth endpoints, and audited dependencies. ## Quick Start Ask the AI to review your API route or authentication flow for OWASP vulnerabilities and suggest fixes using the security checklist.