What problem does it solve? Web applications that render user input without proper validation or encoding are exposed to Cross-Site Scripting attacks, and manually covering every injection context, filter bypass, and XSS variant is error-prone. This Skill provides a structured operational checklist so testers systematically discover, exploit, and assess XSS issues instead of relying on ad-hoc payload guessing. ## Core Features & Use Cases - Full-spectrum XSS discovery: Covers stored, reflected, DOM-based, blind, and LLM-generated-content XSS with manual and automated discovery workflows (Burp Suite, OWASP ZAP, XSStrike, Dalfox, XSS Hunter). - Context-aware payloads and bypasses: Supplies payloads for HTML, attribute, JavaScript, CSS, and URL contexts, plus WAF bypass, CSP bypass, mutation XSS, polyglot payloads, and framework-specific gotchas (React, Vue, Next.js, Angular). - Impact escalation and remediation: Guides escalation to session hijacking, phishing, and keylogging, and includes defensive guidance such as the Sanitizer API, Trusted Types, strict CSP patterns, and Fetch-Metadata headers. - Use Case: During a bug bounty engagement, you find a search parameter that reflects input. Activate this Skill to walk through context identification, payload selection, filter bypass attempts, and impact verification step by step. ## Quick Start Use the xss skill to test the search and comment form parameters on my authorized target application for reflected and stored XSS.