agentsclimarketplace

Fuzzing ops

Skill a5c-ai/babysitter/library/specializations/security-research/skills/fuzzing-ops

Comprehensive fuzzing operations with AFL++, libFuzzer, and OSS-Fuzz integrationFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill fuzzing-ops

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.8 KB, 293 tokens by cl100k_base, as published. Nobody here has run it

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 cases
  • Supports various target types (binaries, libraries, protocols)
  • Coverage reports in lcov/html format

What ships with it: 1 file

716 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.