fuzz-skill
Fuzz C and C++ code to find memory bugs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install fuzz-skill?โผ
Run `npx skills add 0xazanul/fuzz-skill --all -g -y` in your terminal to install this skill globally.
How to find memory bugs in C code with fuzzing?โผ
This skill walks your agent through building sanitizer-instrumented targets, writing fuzz harnesses, running libFuzzer or AFL++, and confirming crashes with minimized reproducers.
What bugs can fuzz-skill detect?โผ
It targets buffer overflows, use-after-free, double-free, integer overflows, format string issues, and null dereferences in parsers, codecs, and protocol handlers.
Does fuzz-skill work with Claude Code and Cursor?โผ
Yes. It follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible agents.
Do I need fuzzing experience to use this skill?โผ
No. The skill provides step-by-step build commands, harness templates, and triage workflows so your agent handles the technical execution.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core