home/categories/package-distribution/trailofbits-skills-plugins-testing-handbook-skills-skills-cargo-fuzz-skill-md
package-distributiondevelopment

cargo-fuzz

cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.

trailofbits
maintainer
trailofbits
Updated 1/14/2026
Stars
4466
Forks
385
quick start

Installation and usage

cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use cargo-fuzz