Agent skill · AI & Agents

Fuzzing Operations Skill

Comprehensive fuzzing operations with AFL++, libFuzzer, and OSS-Fuzz integration

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill fuzzing-ops --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Edit-Glob-Grep
Path: library/specializations/security-research/skills/fuzzing-ops/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Fuzzing Operations Skill ## Overview This skill provides comprehensive fuzzing capabilities for automated vulnerability discovery using industry-standard fuzzing frameworks. ## Capabilities - Configure and launch AFL++ campaigns - Build instrumented binaries with coverage - Create and manage seed corpora - Triage and deduplicate crash files - Run afl-tmin and afl-cmin for minimization - Monitor fuzzing progress and coverage - Generate crash reproduction scripts - Support libFuzzer and honggfuzz ## Target Processes - fuzzing-campaign.js - security-tool-development.js - vulnerability-research-workflow.js ## Dependencies - AFL++ (afl-fuzz, afl-gcc, afl-clang-fast) - LLVM (for instrumentation) - Sanitizers (ASAN, MSAN, UBSAN) - libFuzzer (LLVM) - honggfuzz (optional) - Python for crash analysis scripts ## Usage Context This skill is essential for: - Automated vulnerability discovery - Coverage-guided fuzzing campaigns - Crash triage and root cause analysis - Harness development for fuzzing - Integration with CI/CD security testing ## Integration Notes - Supports parallel fuzzing across multiple cores - Can integrate with corpus management systems - Generates reproducible crash test c

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Target Processes
  4. Dependencies
  5. Usage Context
  6. Integration Notes
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the Fuzzing Operations Skill skill do?

Comprehensive fuzzing operations with AFL++, libFuzzer, and OSS-Fuzz integration

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill fuzzing-ops --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going