What problem does it solve? Penetration testers and security assessors need a structured, repeatable methodology for finding client-side vulnerabilities like DOM-based XSS, clickjacking, and insecure CORS configurations that server-side scanners and WAFs routinely miss. ## Core Features & Use Cases - Complete WSTG-CLNT Coverage: Provides testing procedures for all 13 OWASP WSTG v4.2 client-side test cases, from DOM-based XSS to Cross Site Script Inclusion. - Source-to-Sink Analysis Guidance: Explains how to trace attacker-controlled data from browser sources (location.hash, postMessage, storage) to dangerous sinks (innerHTML, eval, document.write). - Remediation Mapping: Each test case includes a remediation summary table pairing primary fixes (e.g., DOMPurify, X-Frame-Options) with secondary defenses (e.g., CSP, SRI). - Use Case: During a web application penetration test, use this Skill to systematically audit a single-page application for DOM XSS by tracing location.hash usage into innerHTML sinks, then verify clickjacking protections on sensitive pages. ## Quick Start Use the wstg-client-side skill to test this web application for DOM-based XSS and clickjacking vulnerabilities.