What problem does it solve? Security testers often waste time on false-positive XSS findings because modern frameworks auto-escape output, and they struggle to prove real exploitability for blind or stored XSS. This Skill provides a structured methodology to find, verify, and escalate XSS vulnerabilities based on patterns from 174 public bug bounty reports. ## Core Features & Use Cases - Sink Verification Framework: Distinguishes real XSS from harmless reflection by checking framework-specific escaping behavior (React, Vue, Angular, Svelte) and dangerous sinks like dangerouslySetInnerHTML and v-html. - Blind XSS OOB Validation: Uses out-of-band callback beacons planted in error fields, headers, and login forms to confirm stored XSS that fires in admin panels or log viewers. - Bypass & Chaining Playbooks: Covers CSP bypasses, sanitizer/mXSS evasion, SVG upload vectors, and chains that escalate XSS into account takeover via cache poisoning, CSRF, OAuth token theft, and postMessage abuse. - Use Case: While testing a target's wiki feature, use the markdown renderer payloads and Kroki injection patterns to plant a stored XSS, then confirm execution via a Collaborator callback when an admin views the page. ## Quick Start Ask the agent to hunt for XSS vulnerabilities on the target application, starting by mapping reflection points and verifying sinks before reporting any findings.