Skills tagged rust: 3 agent skills for Claude Code
- cargo-fuzz โ Sets up and runs cargo-fuzz, the standard fuzzing tool for Cargo-based Rust projects. Covers cargo fuzz init, the nightly toolchain requirement, fuzz_target!
- libafl โ Builds custom fuzzers with LibAFL, the modular Rust fuzzing library.
- zeroize-audit โ Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis.