fuzzing-python-expert

Installation
SKILL.md

Fuzzing Python expert

This skill provides the agent with the knowledge and tools to write, build, and validate fuzz targets for Python projects integrated into OSS-Fuzz. Python fuzzing uses Atheris, which wraps libFuzzer and instruments Python bytecode for coverage-guided fuzzing.

Fundamental Concepts

OSS-Fuzz base image

Python projects must use the Python base builder image:

FROM gcr.io/oss-fuzz-base/base-builder-python

Set language: python in project.yaml.

Installs
2
Repository
google/oss-fuzz
GitHub Stars
12.5K
First Seen
May 28, 2026
fuzzing-python-expert — google/oss-fuzz