Ross ROSS = Recommend OSS · open-source software intelligence for agents

dvyukov/go-fuzz

Randomized testing for Go observed · 2026-08-28

github.com/dvyukov/go-fuzz · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4158
  • days_rel: n/a
  • days_push: 708
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4849 stars · 276 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

go-fuzz is a coverage-guided fuzzing tool for testing Go packages with randomized inputs. It is mainly useful for hardening code that parses complex text or binary inputs, such as data accepted over a network.

Use cases

  • fuzz test a Go parser for crashes and panics
  • harden a network-facing input parser against malicious data
  • find hangs and memory blowups in Go deserialization code
  • verify round-trip serialize/deserialize consistency in Go
  • differential-test two Go implementations against the same inputs

When to choose

  • you need coverage-guided fuzzing for Go packages
  • you want to test parsers of complex text or binary formats
  • you are hardening code that accepts untrusted input

When to avoid

  • you are fuzzing non-Go code
  • you want native Go 1.18+ built-in fuzzing support instead of a third-party tool
  • you need to fuzz package main code

Facets

library · maturity maintenance

fuzzing testing testing developer-tools go windows coverage-guided-fuzzing go-packages randomized-testing security-hardening linux macos

1 source

Member repositories

RepositoryRoleHealth v2
dvyukov/go-fuzzmain32

For agents

markdown · JSON · MCP: product_card(name="dvyukov/go-fuzz")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem