Parse At Boundary

Enforce the "parse, don't validate" discipline at every system edge. Data crossing a trust boundary must be parsed through a schema before entering application logic. Language-agnostic — covers TypeScript, Python, Go, Swift, and Kotlin. Use when writing code that receives external data (API responses, HTTP requests, env vars, file reads, message queues) or when reviewing code that casts, asserts, or accesses unvalidated external input.

jonmumm 8c4750f 7.8 KB Updated

File contents

jonmumm/skills/tree/main/parse-at-boundary commit 8c4750f319

Frequently asked questions

npx skillmds@latest add jonmumm/parse-at-boundary