What problem does it solve?
Produces a safe, deployable Content-Security-Policy for modern web apps without modifying application code, including guidance for rollout, testing, and verification.
Core Features & Use Cases
- Live spec + rubric fetch from authoritative sources for CSP, Permissions-Policy, Referrer-Policy, COOP/COEP/CORP, and observatory criteria.
- Every source cited; each directive entry traces to a file:line reference.
- Prefer nonce-based CSP with strict-dynamic; discuss tradeoffs with hash-based and allowlists.
- Staged rollout (report-only → enforce) with verification passes.
- Complementary headers including Permissions-Policy, Referrer-Policy, COOP/COEP/CORP, X-Content-Type-Options, and HSTS.
- Honest about dynamic content and inline scripts where precise static detection is difficult.
- Read-only guidance; no automated deployment of CSP.
- Per-request nonce rotation guidance across SSR frameworks.
Quick Start
Provide your app scope and current CSP needs, and I will generate a production-grade CSP plan with a report-only rollout.