rust-fuzz/cargo-fuzz
Command line helpers for fuzzing observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 93
- Release rhythm 55
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 347
- age_days: 3480
- days_rel: 85
- days_push: 44
- n_releases_24m: 2
Adoption not part of the score
1888 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-fuzz is a Cargo subcommand that makes it easy to fuzz test Rust code with libFuzzer. It scaffolds fuzz targets, runs them, minimizes failing inputs and corpora, and generates coverage reports.
Use cases
- fuzz test my rust crate
- find crashes and panics in rust code with libfuzzer
- minimize a failing fuzz input
- shrink my fuzzing corpus
- generate code coverage for a fuzz target
- set up a fuzzing harness for a rust library
When to choose
- you maintain a Rust crate and want coverage-guided fuzzing with minimal setup
- you need input or corpus minimization for reported crashes
- you want coverage reports for fuzz targets on Linux or macOS
When to avoid
- you need to fuzz on Windows, since libFuzzer sanitizer support is Unix-only
- you cannot use a nightly Rust compiler or lack a C++11 compiler
- you want to fuzz non-Rust code or use fuzzers other than libFuzzer
Facets
cli-tool · maturity active
fuzzing testing cli developer-tools testing developer-tools security rust cli libfuzzer cargo-subcommand coverage-guided-fuzzing sanitizers rust command-line linux macos
3 sources
- readme: https://github.com/rust-fuzz/cargo-fuzz · fetched 2026-08-28 · 1d45dc2041a4
- homepage: https://rust-fuzz.github.io/book/cargo-fuzz.html · fetched 2026-08-29 · 5ff214150438
- registry_crates: https://crates.io/api/v1/crates/cargo-fuzz · fetched 2026-08-29 · d8571a007457
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-fuzz/cargo-fuzz | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="rust-fuzz/cargo-fuzz")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem