xss-detection

Installation
SKILL.md

XSS Detection

Overview

Find, prove, and fix Cross-Site Scripting vulnerabilities. XSS lets attackers inject scripts into web pages viewed by other users — stealing sessions, redirecting to phishing sites, or modifying page content.

Instructions

XSS Types

Reflected XSS

The malicious script comes from the current HTTP request. The payload is in the URL or form submission and reflected back in the response:

Installs
4
GitHub Stars
128
First Seen
Mar 13, 2026
xss-detection — terminalskills/skills