From asi
Builds effective fuzzing dictionaries to improve fuzzer performance in security testing. Useful when optimizing fuzzers for better code coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:fuzzing-dictionaryThe 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
Building effective fuzzing dictionaries for improved fuzzer performance.
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 asiGuides fuzzers with domain-specific tokens to reach deeper code paths. Use when fuzzing parsers, protocols, or format-specific code.
Overcomes fuzzing obstacles and improves fuzzer effectiveness in security testing workflows.
Guides creation and use of fuzzing dictionaries for parsers, protocols, and formats to boost fuzzer coverage with libFuzzer, AFL++, cargo-fuzz.