What problem does it solve?
This Skill helps you identify advanced Content Security Policy (CSP) bypass paths when script execution or data exfiltration is blocked, so you can still assess the real impact of XSS-like injection, policy misconfigurations, and browser trust gaps.
Core Features & Use Cases
- Directive-aware bypass matrix: Pinpoints which CSP directives do (or do not) fall back to
default-src, focusing on high-risk gaps like missing base-uri, form-action, and frame-ancestors.
- Script-source escalation techniques: Covers bypasses for
script-src patterns such as 'self', CDN allowlists, 'unsafe-eval', nonces, and 'strict-dynamic'.
- Framework-specific bypass guidance: Includes practical Angular/Vue-oriented routes for turning template or runtime behaviors into execution when policy constraints are present.
- Exfiltration despite CSP: Provides alternative exfiltration channels (e.g., DNS/WebRTC/CSS/form-based vectors) that CSP cannot fully block.
Quick Start
Ask an authorized pentest workflow to fetch the target page’s CSP (headers and meta), then apply this skill’s directive matrix to derive the most likely bypass and exfiltration strategies for the observed policy.