From asi
Fuzzes code with libFuzzer to find vulnerabilities like crashes and memory issues. Useful for security audits and bug hunting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:libfuzzerThe 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 with libFuzzer for finding vulnerabilities in code.
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 asiSets up and runs custom fuzzing campaigns using the LibAFL framework for software vulnerability discovery and security testing.
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.
Guides setup and execution of LLVM libFuzzer for coverage-guided fuzzing of C/C++ code with Clang, including harnesses, compilation, and cross-platform installs.