google/gofuzz
Fuzz testing for go. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: n/a
- age_days: 4416
- days_rel: n/a
- days_push: 1395
- n_releases_24m: 0
Adoption not part of the score
1492 stars · 118 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library for populating Go objects with random values, useful for fuzz-style testing of serialization and panic robustness. It also integrates with dvyukov/go-fuzz to convert byte-slice inputs into structured objects.
Use cases
- fuzz test go structs with random values
- verify serialization round-trips on arbitrary objects
- find inputs that make my code panic
- convert go-fuzz byte slices into typed test inputs
- populate maps and pointers with configurable nil chance
When to choose
- you write Go tests and want randomized object population
- you use dvyukov/go-fuzz and need structured input conversion
When to avoid
- you need coverage-guided fuzzing itself - use go-fuzz or Go's native fuzzing
- you need fuzzing for non-Go languages
Facets
library · maturity maintenance
fuzzing testing serialization testing developer-tools go cli random-data-generation go-fuzz-integration object-population
1 source
- readme: https://github.com/google/gofuzz · fetched 2026-08-28 · 1db69f398acd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/gofuzz | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem