xss-prevention

Installation
SKILL.md

XSS Prevention

Overview

Implement comprehensive Cross-Site Scripting attack prevention through input sanitization, output encoding, Content Security Policy headers, and secure coding practices.

When to Use

  • User-generated content display
  • Rich text editors
  • Comment systems
  • Search functionality
  • Dynamic HTML generation
  • Template rendering scenarios

XSS Attack Types

Type Vector Defense
Reflected URL parameters Output encoding
Related skills

More from secondsky/claude-skills

Installs
23
GitHub Stars
144
First Seen
14 days ago