sanitizing-user-inputs

Community

Guard against XSS and injections with validation.

Authordjankies
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill emphasizes sanitizing and validating user input to prevent XSS, injections, and other vulnerabilities in TypeScript apps.

Core Features & Use Cases

  • Validation First: Validate inputs with schema before sanitization.
  • Allowlists: Prefer allowlists to blocks for robust security.
  • XSS Prevention: Techniques to sanitize HTML safely.

Quick Start

Define a strict Zod schema for user input, validate input, then sanitize output as needed.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sanitizing-user-inputs
Download link: https://github.com/djankies/claude-configs/archive/main.zip#sanitizing-user-inputs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository