crash-triage-reference
Installation
SKILL.md
crash-triage-reference
Overview
Pure-reference catalog for working with fuzzer crash artifacts produced by
libFuzzer, AFL++, or cargo-fuzz campaigns using clang sanitisers. Covers
reading crash output from ASan, UBSan, and MSan; distinguishing
LIKELY-EXPLOITABLE from BENIGN findings; collapsing duplicates by stack-hash;
and minimizing reproducers. These steps can be automated across a full
artifact directory for bulk triage. For sanitiser build
flags and compatibility, see
sanitiser-integration-reference.