offensive-tools/fuzzing/jazzer/SKILL.md
Auth/lab ref: Coverage-guided in-process fuzzing for JVM (Java/Kotlin/etc), based on libFuzzer concepts.
npx skillsauth add aeondave/malskill jazzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
JVM-native fuzzing engine with @FuzzTest workflow and built-in security bug detectors.
<!-- pom.xml -->
<dependency>
<groupId>com.code-intelligence</groupId>
<artifactId>jazzer-junit</artifactId>
<version>LATEST</version>
</dependency>
@FuzzTest
void fuzzDecode(String input) {
assertEquals(input, decode(encode(input)));
}
# Fuzzing mode
JAZZER_FUZZ=1 mvn test
@FuzzTest in a narrow API surface.@WithUtf8Length, @InRange, etc.) to constrain data and improve signal density.maxDuration / max_total_time style controls.development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.