xss-html-injection

Execute comprehensive client-side injection vulnerability assessments on web applications to identify XSS and HTML injection flaws, demonstrate exploitation techniques for session hijacking and credential theft, and validate input sanitization and output encoding mechanisms.

Content Preview
---
name: xss-html-injection
description: "Execute comprehensive client-side injection vulnerability assessments on web applications to identify XSS and HTML injection flaws, demonstrate exploitation techniques for session hijacking and credential theft, and validate input sanitization and output encoding mechanisms."
risk: unknown
source: community
author: zebbern
date_added: "2026-02-27"
---

# Cross-Site Scripting and HTML Injection Testing

## Purpose

Execute comprehensive client-side injec
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/xss-html-injection.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/xss-html-injection/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/xss-html-injection/SKILL.md

Related Skills