From asi
Overcomes fuzzing obstacles and improves fuzzer effectiveness in security testing workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:fuzzing-obstaclesThe 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
Overcoming fuzzing obstacles and improving fuzzer effectiveness.
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 code with libFuzzer to find vulnerabilities like crashes and memory issues. Useful for security audits and bug hunting.
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.
Patches code to bypass checksums, global state, and other barriers that block fuzzer progress, using conditional compilation.