Integrates newly written LibFuzzer harnesses (along with their seed corpora and dictionaries) into an existing OSS-Fuzz project, then builds and packages both AddressSanitizer (asan) and UndefinedBehaviorSanitizer (ubsan) versions, saving each to a separate backup directory so neither build is overwritten.
Use this skill whenever the user wants to: - Add new fuzz harnesses to an OSS-Fuzz project - Package new harnesses using the OSS-Fuzz container workflow - Produce asan + ubsan instrumented fuzzer binaries via OSS-Fuzz - Integrate locally written drivers into an existing oss-fuzz build.sh / Dockerfile - "用oss-fuzz打包我写的harness" / "把新harness加入oss-fuzz构建"
Trigger proactively whenever the user has written new .c/.cpp harnesses in a target_project directory and mentions OSS-Fuzz, packaging, or sanitizers.
2026-03-24