What problem does it solve? Web applications ship with insecure defaults — missing security headers, permissive CORS, weak CSP, and vulnerable dependencies — leaving them exposed to OWASP Top 10 attacks like XSS, CSRF, and injection. ## Core Features & Use Cases - Security Headers Audit: Scans current HTTP headers, identifies missing or misconfigured ones, and generates a recommended configuration block with implementation guidance for middleware, vercel.json, or nginx. - CSP Design: Builds Content Security Policies starting in Report-Only mode, with a staged migration plan to full enforcement based on violation reports. - Input Validation & Dependency Auditing: Implements server-side validation, output sanitization, and runs npm audit / pip-audit / cargo audit with CVSS-prioritized remediation. - Use Case: Before launching a new web app, ask for a headers audit and CSP configuration to get a complete hardening plan verified against Mozilla Observatory. ## Quick Start Ask the assistant to audit the security headers for your domain and generate a hardened configuration with a Content Security Policy.