<< All versions
Skill v1.0.0
currentAutomated scan100/100opensage-agent/opensage-adk/fuzz
──Details
PublishedApril 29, 2026 at 01:32 AM
Content Hashsha256:2badc53dd9e54859...
Git SHA481b4344f3d0
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 33 lines · 1.4 KB
version: "1.0.0" name: fuzz description: "Fuzzing tools for automated bug discovery. These tools support running fuzzing campaigns with AFL++, extracting crash information, and simplified Python fuzzing workflows. Available tools: run-fuzzing-campaign, extract-crashes, simplified-python-fuzzer."
Fuzzing Tools
Category of tools for automated fuzzing and bug discovery using AFL++ and other fuzzing frameworks. These tools help set up fuzzing campaigns, analyze results, and extract useful information from fuzzing runs.
Available Tools
- run-fuzzing-campaign: Run a complete AFL++ fuzzing campaign with configurable duration, seeds, and custom mutators
- extract-crashes: Extract and analyze crash information from fuzzing results
- simplified-python-fuzzer: Simplified Python-based fuzzing tool for quick testing
- selective-instrument: Recompile with AFL++ selective instrumentation (AFL_LLVM_ALLOWLIST) and run focused fuzzing on specific functions/files
Usage
These tools work with fuzz and main sandbox types, depending on the specific tool.
Common Use Cases
- Running AFL++ fuzzing campaigns on target binaries
- Analyzing fuzzing results and crash information
- Monitoring fuzzing progress and statistics
- Using custom mutators for domain-specific fuzzing
- Extracting and categorizing discovered crashes
Requires Sandbox
fuzz