·input-validation
</>

input-validation

yonatangross/orchestkit

Input validation and sanitization patterns. Use when validating user input, preventing injection attacks, implementing allowlists, or sanitizing HTML/SQL/command inputs.

13Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill input-validation

SKILL.md

Validate and sanitize all untrusted input using Zod v4 and Pydantic.

| Validation library | Zod (TS), Pydantic (Python) | | Strategy | Allowlist over blocklist | | Location | Server-side always | | Error messages | Generic (don't leak info) | | File validation | Check magic bytes, not just extension |

| references/zod-v4-api.md | Zod v4 API with coercion, transforms | | examples/validation-patterns.md | Complete validation examples | | checklists/validation-checklist.md | Implementation checklist | | scripts/validation-schemas.ts | Ready-to-use schema templates |

Input validation and sanitization patterns. Use when validating user input, preventing injection attacks, implementing allowlists, or sanitizing HTML/SQL/command inputs. Source: yonatangross/orchestkit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill input-validation
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is input-validation?

Input validation and sanitization patterns. Use when validating user input, preventing injection attacks, implementing allowlists, or sanitizing HTML/SQL/command inputs. Source: yonatangross/orchestkit.

How do I install input-validation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill input-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/orchestkit