skill ✓ Verified
Input Validation
Validate untrusted input at the boundary — allowlist, parse-don't-validate, enforce types/limits before it reaches your logic. Use when handling user input or reviewing injection risks.
npx @aiskillet/cli add input-validation --target claude-code
Install once: npm i -g @aiskillet/cli — then it works in whatever tool you use.
The same skill, compiled to each target's native format.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/skills/input-validation
- Targets
- claude-code
- License
- MIT
- Tags
- security, validation, api