evo-atheris-fuzz-driver

evo-atheris-fuzz-driver is a skill for Claude Code, Codex from OpenLAIR/OpenSkill. It costs 53 tokens per session (396 once invoked), scanned A, original, Apache-2.0.

A code generator that writes Atheris fuzz-test drivers for selected Python libraries. The drivers generate structured inputs, run target code, and handle expected errors while searching for unexpected failures.

In plain words
What is it for?
Use it to create fuzz.py files for libraries such as Arrow, Black, IPython, minisgl, and ujson.
Why use it?
It avoids writing the repetitive harness code needed to start coverage-guided fuzzing for parsers, formatters, serializers, and similar libraries.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create fuzz.py files for libraries such as Arrow, Black, IPython, minisgl, and ujson.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openlair/openskill/evo-atheris-fuzz-driver
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenLAIR/OpenSkill --skill evo-atheris-fuzz-driver
Clone the repo
git clone --depth 1 https://github.com/OpenLAIR/OpenSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evo-atheris-fuzz-driver

README.md
[![agentmods](https://agentmods.dev/badge/skills/openlair/openskill/evo-atheris-fuzz-driver/github.svg)](https://agentmods.dev/skills/openlair/openskill/evo-atheris-fuzz-driver)
Your own site
<a href="https://agentmods.dev/skills/openlair/openskill/evo-atheris-fuzz-driver"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-atheris-fuzz-driver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evo-atheris-fuzz-driver

Your own site · 80×15
<a href="https://agentmods.dev/skills/openlair/openskill/evo-atheris-fuzz-driver"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-atheris-fuzz-driver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00396
Opus 5 $0.00026 $0.00198
Sonnet 5 $0.00011 $0.00079
Haiku 4.5 $0.00005 $0.00040

Measured yesterday against content hash 2fbbc1f73c1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

evo-atheris-fuzz-driver scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/fuzz_driver.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tasks-evolved/setup-fuzzing-py/environment/skills/evo-atheris-fuzz-driver/SKILL.md · 43 lines

What it actually says

Atheris Fuzz Driver Generator

Generates fuzz.py harness files for Python libraries with proper Atheris instrumentation, FuzzedDataProvider usage, and exception handling.

Driver Design Principles

  1. Import target library inside atheris.instrument_imports() context manager
  2. Use FuzzedDataProvider to generate structured typed inputs
  3. Catch only expected exceptions (ValueError, TypeError, domain-specific errors)
  4. Guard with if __name__ == "__main__": block
  5. Use atheris.Setup(sys.argv, TestOneInput) then atheris.Fuzz()

Supported Libraries

  • arrow: Date/time parsing, timestamp boundary testing
  • black: Code formatting with Mode configuration
  • ipython: Input transformation pipeline
  • minisgl: JSON/msgpack parsing (lightweight targets)
  • ujson: Differential fuzzing against stdlib json

Key Functions

  • generate_fuzz_driver(lib_path) - Generate and write fuzz.py for a library
  • get_driver_template(lib_name) - Get driver source code for a library
  • get_exception_handlers_for_lib(lib_name) - Get expected exceptions list
  • create_fuzz_driver_file(lib_path, lib_name) - Write fuzz.py to disk

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-atheris-fuzz-driver/scripts')
from fuzz_driver import generate_fuzz_driver, create_fuzz_driver_file

generate_fuzz_driver('/app/arrow')
generate_fuzz_driver('/app/black')
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 43 lines · 53 tokens per session scan A 2fbbc1f73c1f

Subscribe to this mod's changes

evo-atheris-fuzz-driver is a skill published in the GitHub repository OpenLAIR/OpenSkill (90 stars, last pushed 2d ago), licensed Apache-2.0. It adds 53 tokens to every session and 396 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.

Related

Other skills, from other repositories

codex-autoresearch

Triage improvement work and run or resume accepted measured loops in a local project. Architecture, documentation, UX, product study, open research, taste, and one-shot fixes stay direct unless the user explicitly requests repeated measurement with a complete experiment contract.

TheGreenCedar/codex-autoresearch · 55 tokens

building

Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.

romiluz13/cc10x · 53 tokens

dos-self-improve

Run the DOS self-improvement loop: propose a candidate, verify it in an isolated worktree, measure suite/truth/metric gates, and keep only confirmed gains. Use for recursive improvement; use dos-enforce-tune for policy knobs.

anthony-chaudhary/dos-kernel · 56 tokens

dos-witness-claim

Route subagent claims through independent read-back before another agent relies on them. Use at parallel, pipeline, or synthesis barriers where shipped phases, files, rows, messages, or other effects must be witnessed.

anthony-chaudhary/dos-kernel · 47 tokens

dos-skillify

Convert an agent skill into a DOS-grounded variant by replacing self-certified claims with dos witness checks and emitting an additive copy plus report. Use when asked to make a skill DOS-aware or audit its self-checks.

anthony-chaudhary/dos-kernel · 50 tokens

experiment

Rules as hypotheses: falsifiable tests, confidence updates, graduate or kill. Triggers: experiment, hypothesis, prove, test rule, validate methodology, evidence.

ariaxhan/kernel-claude · 34 tokens