CodeIntelligenceTesting/jazzer
Coverage-guided, in-process fuzzing for the JVM observed · 2026-09-03
Health v2 · maintenance only
86/100
- Activity 100
- Release rhythm 60
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 33.0
- age_days: 2043
- days_rel: 190
- days_push: 0
- n_releases_24m: 9
Adoption not part of the score
1254 stars · 170 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jazzer is a coverage-guided, in-process fuzz testing engine for the JVM, based on libFuzzer. It integrates with JUnit 5 and build tools like Maven, Gradle, and Bazel to find bugs and security vulnerabilities in Java, Kotlin, and Clojure code.
Use cases
- fuzz test java code for security vulnerabilities
- find crashes and bugs in jvm applications with random inputs
- integrate fuzz testing into junit test suite
- coverage-guided fuzzing for kotlin or clojure
- detect vulnerabilities in java libraries before release
- run fuzz tests in ci with maven or gradle
When to choose
- you develop JVM software (Java, Kotlin, Clojure) and want automated bug and vulnerability discovery
- you want fuzz tests to live alongside regular JUnit unit tests
- you need libFuzzer-style coverage-guided mutation on the JVM
When to avoid
- your code does not run on the JVM (use libFuzzer, AFL++, or Jazzer.js instead)
- you only need conventional example-based unit tests without random input generation
- you need fuzzing for memory-unsafe native code with direct memory instrumentation
Facets
library · maturity active
fuzzing testing security vulnerability-scanning testing security developer-tools windows jvm cli java kotlin clojure junit libfuzzer coverage-guided maven gradle bazel jvm linux macos
4 sources
- readme: https://github.com/CodeIntelligenceTesting/jazzer · fetched 2026-09-03 · e2a7a0b4a21b
- homepage: https://code-intelligence.com · fetched 2026-08-29 · 643ff698d465
- site_page: https://www.code-intelligence.com/about-us · fetched 2026-08-29 · f0e29412cdb5
- site_page: https://www.code-intelligence.com/product-ci-fuzz · fetched 2026-08-29 · e27e1dad42f6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CodeIntelligenceTesting/jazzer | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="CodeIntelligenceTesting/jazzer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem