fuzzing-rust-expert

Installation
SKILL.md

Fuzzing Rust expert

This skill provides the agent with the knowledge and tools to write, build, and validate fuzz targets for Rust projects integrated into OSS-Fuzz. Rust fuzzing uses cargo-fuzz with the libfuzzer_sys crate, which drives libFuzzer.

Fundamental Concepts

OSS-Fuzz base image

Rust projects must use the Rust base builder image:

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

Set language: rust in project.yaml.

Harness structure

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