What problem does it solve? Building secure Next.js applications requires consistent enforcement of authentication, authorization, input validation, and data privacy rules, and missing any one of them can expose user data or create exploitable vulnerabilities. ## Core Features & Use Cases - Security Pattern Guidance: Provides concrete rules for secrets management, SQL injection prevention, XSS and CSRF protection, rate limiting, and safe error handling. - Privacy & GDPR Coverage: Defines requirements for consent tracking, data export, data deletion, retention policies, and data minimization. - Pre-Deployment Audit Checklist: Offers a structured checklist to verify application security, privacy compliance, and cryptographic safety before release. - Use Case: Before shipping a Next.js app with user accounts and payments, use this Skill to audit your API routes, cookie configuration, and file upload handling against OWASP-aligned practices. ## Quick Start Audit my Next.js API routes and authentication flow for security vulnerabilities and GDPR compliance gaps.