cargo-fuzz
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill serves as instructional documentation for using cargo-fuzz, the standard fuzzing tool for Rust. All provided examples and instructions align with legitimate software development and security testing workflows.
- [EXTERNAL_DOWNLOADS]: The skill includes a command to download a sample media file from Wikimedia Commons (https://commons.wikimedia.org/wiki/File:320x240.ogg) to be used as a seed corpus. This is a well-known and reputable service.
- [COMMAND_EXECUTION]: Provides instructions for installing standard Rust ecosystem tools using rustup and cargo. These are the authoritative tools for managing the Rust toolchain and packages.
- [COMMAND_EXECUTION]: Includes a block to generate a local shell script (generate_html) that automates coverage reporting. The script uses standard utilities like rustc, cargo cov, and rustfilt to process coverage data.
Audit Metadata