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
Atualizado 3/17/2026
Estrelas
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.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use fuzzing-dictionary