home/categories/documents/elizaos-eliza-packages-skills-skills-testing-handbook-skills-skills-fuzzing-dictionary-skill-md
documentscontent-media

fuzzing-dictionary

The agent creates and manages fuzzing dictionaries containing domain-specific tokens, magic bytes, protocol keywords, and format-specific strings to guide mutation-based fuzzers past early validation checks. It generates dictionary entries from header files, binary strings, man pages, and LLM prompts, and passes them to libFuzzer via -dict=, AFL++ via -x, or cargo-fuzz. The agent applies this technique when fuzzing parsers (JSON, XML, config files), protocol handlers (HTTP, DNS), file format processors (PNG, PDF, media codecs), or when coverage plateaus indicate the fuzzer cannot discover keyword-guarded code paths without token hints.

elizaOS
maintainer
elizaOS
Updated 3/17/2026
Stars
18154
Forks
5492
quick start

Installation and usage

The agent creates and manages fuzzing dictionaries containing domain-specific tokens, magic bytes, protocol keywords, and format-specific strings to guide mutation-based fuzzers past early validation checks. It generates dictionary entries from header files, binary strings, man pages, and LLM prompts, and passes them to libFuzzer via -dict=, AFL++ via -x, or cargo-fuzz. The agent applies this technique when fuzzing parsers (JSON, XML, config files), protocol handlers (HTTP, DNS), file format processors (PNG, PDF, media codecs), or when coverage plateaus indicate the fuzzer cannot discover keyword-guarded code paths without token hints.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use fuzzing-dictionary