Skip to main content
Back to the directory
trailofbits/skillsSoftware EngineeringFrontend and Design

fuzzing-dictionary

Domain-specific token guidance for fuzzers targeting parsers, protocols, and file formats.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/trailofbits/skills --skill fuzzing-dictionary
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, fuzzing-dictionary has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: trailofbits/skills. Canonical URL: https://skills.sh/trailofbits/skills/fuzzing-dictionary.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Domain-specific token guidance for fuzzers targeting parsers, protocols, and file formats. A fuzzing dictionary provides domain-specific tokens to guide the fuzzer toward interesting inputs. Instead of purely random mutations, the fuzzer incorporates known keywords, magic numbers, protocol commands, and format-specific strings that are more likely to reach deeper code paths in parsers, protocol handlers, and file format processors. Dictionaries are text files containing quoted strings that represent meaningful tokens for your target. They help fuzzers bypass early validation checks and explore code paths that would be difficult to reach through blind mutation alone. Apply this technique when: Skip this technique when: Create a text file with quoted strings on each line. Use comments ( # ) for documentation. Example dictionary format: Choose a generation method based on what's available: From LLM: Prompt ChatGPT or Claude with: From header files: From man pages (for CLI tools): From binary strings: Use the appropriate flag for your fuzzer (see Quick Reference above).

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does fuzzing-dictionary do?

Domain-specific token guidance for fuzzers targeting parsers, protocols, and file formats.

Is fuzzing-dictionary good?

fuzzing-dictionary does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support fuzzing-dictionary?

fuzzing-dictionary currently lists compatibility with ChatGPT, Skills CLI.

Is fuzzing-dictionary safe to install?

fuzzing-dictionary has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to fuzzing-dictionary?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install fuzzing-dictionary?

Run the following command to install fuzzing-dictionary: npx skills add https://github.com/trailofbits/skills --skill fuzzing-dictionary

Related skills

More from trailofbits/skills

Related skills

Alternatives in Software Engineering