What problem does it solve? Web APIs often misconfigure Cross-Origin Resource Sharing headers, allowing malicious websites to read authenticated user data cross-origin. This Skill provides a structured testing playbook to detect reflected origins, wildcard-with-credentials flaws, null origin acceptance, regex bypasses, and cache poisoning issues before attackers exploit them. ## Core Features & Use Cases - Origin Reflection & Credential Testing: Craft Origin headers to detect servers that echo arbitrary origins while allowing credentialed requests, enabling cross-origin data theft. - Allowlist Bypass Probing: Test regex flaws, subdomain matching errors, Unicode normalization, and null origin acceptance via sandboxed iframes. - Advanced Attack Chains: Covers subdomain XSS to CORS bypass chains, Vary: Origin cache poisoning, internal network exploitation, DNS rebinding, and JSONP hijacking scenarios. - Use Case: During a web application security assessment, you discover an API returning Access-Control-Allow-Origin headers. Use this Skill to systematically test whether an attacker-controlled origin can read authenticated responses and chain the finding into account-level impact. ## Quick Start Analyze this API's CORS configuration and test whether an attacker-controlled origin can read authenticated responses cross-origin.