Fuzzing Dictionary
Skill ActiveFuzzing dictionaries guide fuzzers with domain-specific tokens. Use when fuzzing parsers, protocols, or format-specific code.
To guide fuzzers with domain-specific tokens, enhancing their ability to discover deeper code paths in parsers, protocols, and file format handlers.
Features
- Guides fuzzers with domain-specific tokens
- Supports various fuzzers (libFuzzer, AFL++, cargo-fuzz)
- Provides examples for common patterns (protocols, file formats, config files)
- Includes troubleshooting and advanced usage tips
Use Cases
- Fuzzing parsers for JSON, XML, config files
- Fuzzing protocol implementations like HTTP or custom protocols
- Fuzzing file format handlers for images, media, or archives
- Improving fuzzer coverage when targets have keyword-based parsing
Non-Goals
- Fuzzing pure algorithms without format expectations
- Replacing existing fuzzer functionalities with custom implementations
- Fuzzing targets that lack keyword-based parsing
Trust
- warning:Issues Attention13 issues opened and 4 closed in the last 90 days, indicating a low closure rate and potentially slow maintainer response.
Installation
First, add the marketplace
/plugin marketplace add trailofbits/skills/plugin install testing-handbook-skills@trailofbitsQuality Score
Trust Signals
Similar Extensions
Senior Backend Engineer
100Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
Using Git Worktrees
100Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Baseline Ui
100Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.
Ce Polish Beta
100[BETA] Start the dev server, open the feature in a browser, and iterate on improvements together.