Testing Fuzzing

Design and implement fuzzing harnesses for crash discovery, security auditing, and correctness verification. Coverage-guided, structure-aware, differential, and grammar-based fuzzing. Use when: testing parsers, protocols, serialization, cryptography, state machines, file formats, or any input-processing code. cargo-fuzz, AFL++, bolero, proptest, libFuzzer, fast-check, sanitizers.

lev-os Updated

File contents

lev-os/agents/tree/main/skills-db/testing/testing-fuzzing commit 52589ccd2d

Frequently asked questions

npx skillmds@latest add lev-os/testing-fuzzing