From asi
Guides writing effective fuzzing harnesses for security testing to uncover vulnerabilities. Useful for security audits and fuzz-based vulnerability discovery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:harness-writingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trit**: 1 (PLUS)
Trit: 1 (PLUS) Category: testing-handbook-skills Author: Trail of Bits Source: trailofbits/skills License: AGPL-3.0
Writing effective fuzzing harnesses for security testing.
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 asiOvercomes fuzzing obstacles and improves fuzzer effectiveness in security testing workflows.
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.
Teaches techniques for writing effective fuzzing harnesses across languages, focusing on entry points, data extraction, and determinism. Use when creating new fuzz targets or improving existing harness code.