About
Provides automated guidance and implementation patterns for securing web applications through HTTP response headers. This skill facilitates the setup of Content-Security-Policy (CSP) to control resource loading, X-Frame-Options to prevent clickjacking, and Strict-Transport-Security (HSTS) for enforcing HTTPS. Designed primarily for Next.js environments using middleware, it ensures that security features are dynamically configured based on environment variables and third-party integrations like Clerk or Stripe, providing a comprehensive defense-in-depth strategy for modern web development.