Coding Input Sanitization

Use when handling untrusted or external input at an application or facing-API boundary - an HTTP/REST endpoint, web form, file upload, webhook, CLI taking user data, queue/broker message, or data from a third-party or legacy system - or when emitting into SQL, HTML, a shell, a file path, or another sink. Keywords - SQL injection, XSS, command injection, path traversal, deserialization, SSRF, unbounded-input DoS. For boundary-parsing architecture see coding-python-clean-architecture and coding-python-enforce-data-architecture-strict.

bitranox e832499 4 files · 12.6 KB Updated

File contents

bitranox/bitranox-skills/tree/main/plugins/bitranox/skills/coding-input-sanitization commit e832499ee7

Frequently asked questions

npx skillmds@latest add bitranox/coding-input-sanitization