What problem does it solve?
Fuzzing native codebases is essential to identify memory-safety bugs and logic errors; this skill automates coverage-guided fuzzing across C/C++, Rust, and Go, including an audit-context-building phase, automatic harness generation, sanitized builds, fuzzing execution, and structured crash reports.
Core Features & Use Cases
- Audit-first workflow: reads the entire codebase to locate vulnerability targets before harnessing.
- Harness generation & builds: produces deterministic fuzz targets and builds with sanitizers for quick iteration.
- Cross-language support: applies to C/C++, Rust, and Go with unified workflows and crash triage.
- Use Case: when you need fast, reproducible crash reproductions and actionable findings for security audits.
Quick Start
Run the fuzzer against your codebase to start an audit-driven fuzzing campaign.