Input Validation

Use when writing or reviewing code that processes user input — validates and sanitizes to prevent SQL injection, XSS, CSRF, and other injection attacks. NOT when the code path doesn't touch user-supplied data.

drvoss 955fd84 7.0 KB Updated

File contents

drvoss/everything-copilot-cli/tree/main/skills/security/input-validation commit 955fd84fd9

Frequently asked questions

npx skillmds@latest add drvoss/input-validation