Security Input Validation

Use when a ticket handles untrusted input — request bodies/params, query strings, headers, uploads, webhooks, or third-party API responses — and it must be validated and safely handled. Invoke for "validate the request", "sanitize user input", "fix the injection/XSS risk", or when adding any boundary that ingests external data.

tmj-90 a6ab607 3.1 KB Updated

File contents

tmj-90/gaffer/tree/main/runner/skills/security-input-validation commit a6ab6076ec

Frequently asked questions

npx skillmds@latest add tmj-90/security-input-validation