What problem does it solve? Web applications without proper HTTP security headers remain exposed to XSS, clickjacking, MIME sniffing, and protocol downgrade attacks even when application code is otherwise sound. This Skill produces a complete, phased security header configuration that protects users at the browser layer. ## Core Features & Use Cases - Full Header Set Generation: Outputs Content-Security-Policy, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and cross-origin isolation headers. - Multi-Platform Configs: Provides ready-to-adapt configurations for Nginx, Apache, FastAPI/Starlette middleware, and CloudFront Lambda@Edge. - Safe CSP Rollout: Guides a report-only-first CSP deployment with nonce-based script policies and a violation report collection endpoint. - Use Case: A team launching a new web app uses this Skill to generate Nginx header rules, run CSP in report-only mode for two weeks, then enforce it and add header regression tests to CI targeting an A+ SecurityHeaders.com score. ## Quick Start Ask the AI to generate a complete security header configuration for your web application, including a report-only Content-Security-Policy and Nginx rules.