Acerca de
The cargo-fuzz skill provides specialized guidance for implementing robust fuzz testing in Rust applications, leveraging the industry-standard libFuzzer backend. It assists developers and security researchers in initializing fuzzing environments, writing effective harnesses, and managing seed corpora to uncover edge-case crashes and memory safety issues. By streamlining the configuration of sanitizers and coverage analysis tools, this skill ensures that Rust projects—whether containing safe or unsafe code—can be systematically audited for vulnerabilities within the Cargo ecosystem.