From asi
Runs fuzz tests on Rust code using cargo-fuzz and libFuzzer to discover crashes, bugs, and security vulnerabilities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:cargo-fuzzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trit**: -1 (MINUS)
Trit: -1 (MINUS) Category: testing-handbook-skills Author: Trail of Bits Source: trailofbits/skills License: AGPL-3.0
Rust fuzzing with cargo-fuzz (libFuzzer).
This is a Trail of Bits security skill. Refer to the original repository for detailed usage guidelines and examples.
See: https://github.com/trailofbits/skills
npx claudepluginhub plurigrid/asi --plugin asiFuzzes Rust code using Ruzzy to automate vulnerability discovery, including crashes, panics, and security flaws. Useful for Rust security audits.
Fuzzes Rust projects using cargo-fuzz with libFuzzer backend. Helps identify crashes, panics, and security bugs through automated testing.
Guides cargo-fuzz setup, harness writing, and execution for fuzzing Rust Cargo projects with libFuzzer and sanitizers.