What problem does it solve?
This Skill helps security testers identify and reason about Content Security Policy weaknesses that still allow XSS, data exfiltration, or script execution even when a policy is present.
Core Features & Use Cases
- Policy analysis: Evaluates CSP headers and meta policies, including directive fallbacks and missing protections such as base-uri, form-action, and frame-ancestors.
- Bypass strategy mapping: Surfaces practical attack paths like trusted CDN abuse, nonce or hash weaknesses, strict-dynamic trust propagation, and framework-specific gadget abuse.
- Exfiltration planning: Recommends alternate channels when normal script execution is blocked, including DNS-based leakage, form submission, CSS-driven exfiltration, and report-uri side effects.
- Use case: Use this Skill when auditing a target application and you need to quickly determine whether its CSP can be bypassed through policy gaps, browser behavior, or trusted script paths.
Quick Start
Ask the AI to review the target page’s CSP and enumerate the most likely bypass vectors, missing directives, and exfiltration channels.