libafl
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: libafl type: fuzzer description: > LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.
Tool: SKILL.md [2/2] Description: | Number of interesting test cases found | | `objectives: N` | Number of crashes/timeouts found | | `executions: N` | Total number of target invocations | | `exec/sec: N` | Current execution throughput | | `edges: X%` | Code coverage percentage | | `clients: N` | Number of parallel fuzzing processes | The fuzzer emits two main event types: - **UserStats** - Regular heartbeat with current statistics - **Testcase** - New interesting input discovered ## Advanced Us