Secure Fuzz Testing

Coverage-guided fuzzing with Atheris, cargo-fuzz, and native Go fuzzing, combined with compilers/sanitizers (ASan, MSan, UBSan) for security validation. Use whenever the user wants to fuzz test code, find memory safety bugs, validate parsers/deserializers against malformed input, or harden security-critical code paths. Trigger on mentions of fuzzing, fuzz testing, AddressSanitizer, libFuzzer, cargo-fuzz, Atheris, go test -fuzz, or security validation of parsing/deserialization logic.

roedyrustam Updated

File contents

roedyrustam/claudevibeskills/tree/main/src/secure-fuzz-testing commit 1e36cec986

Frequently asked questions

npx skillmds@latest add roedyrustam/secure-fuzz-testing-2