Fuzzing An API Surface

Use when a surface parses untrusted or model-generated input — a wire protocol, tool-call JSON, upstream SSE, an HTTP body — or after a parser/dispatch bug, to fuzz that surface and turn any deterministic failure into a permanent, flake-guarded regression test. Covers picking a seam, choosing oracles beyond "no panic", the portable promoter/schema-generator core, and the safety bounds that keep a fuzzer from executing dangerous handlers.

prime-radiant-inc b607848 14.7 KB Updated

File contents

prime-radiant-inc/evener/tree/main/docs/skills/fuzzing-an-api-surface commit b6078487e8

Frequently asked questions

npx skillmds@latest add prime-radiant-inc/fuzzing-an-api-surface