From asi
Sets up and runs custom fuzzing campaigns using the LibAFL framework for software vulnerability discovery and security testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:libaflThe 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
Fuzzing framework LibAFL for custom fuzzing campaigns.
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 binaries and source code using AFL++ to discover vulnerabilities and crashes. Useful for security audits and bug hunting in compiled programs.
Guides usage of LibAFL, a modular Rust fuzzing library for building custom fuzzers with advanced mutation strategies and feedback mechanisms.
Guides setting up and running fuzz campaigns with AFL++, libFuzzer, Honggfuzz, Boofuzz, and syzkaller. Covers harness writing, corpus curation, mutation strategies, coverage measurement, and crash triage for file parsers, network protocols, kernel drivers, and firmware.