From asi
Fuzzes Rust code using Ruzzy to automate vulnerability discovery, including crashes, panics, and security flaws. Useful for Rust security audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:ruzzyThe 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 Ruzzy for automated vulnerability discovery.
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 asiRuns fuzz tests on Rust code using cargo-fuzz and libFuzzer to discover crashes, bugs, and security vulnerabilities.
Fuzzes Rust projects using cargo-fuzz with libFuzzer backend. Helps identify crashes, panics, and security bugs through automated testing.
Provides Kani proof harness patterns, proptest strategies, cargo-fuzz setups, and cargo-mutants guidance for verification in Rust projects.