aoh/radamsa
a general-purpose fuzzer observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4893
- days_rel: n/a
- days_push: 2941
- n_releases_24m: 0
Adoption not part of the score
1295 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Radamsa is a general-purpose fuzzer that mutates input data to test software robustness against malformed input. This GitHub repository is a stub; the project has moved to GitLab (akihe/radamsa).
Use cases
- fuzz test a file parser with malformed inputs
- generate mutated test cases for protocol handling
- test crash resilience of a CLI tool
- fuzz network protocol implementations
- find input-handling bugs in my application
When to choose
- you need a lightweight, scriptable black-box fuzzer
- you want mutation-based fuzzing without instrumentation
- you need to fuzz arbitrary file or data formats
When to avoid
- you need coverage-guided fuzzing like AFL or libFuzzer
- you want an actively developed project on GitHub
- you need structured grammar-aware fuzzing
Facets
cli-tool · maturity maintenance
fuzzing testing security security testing developer-tools windows cli cross-platform fuzzer mutation-testing robustness-testing moved-to-gitlab linux macos
1 source
- readme: https://github.com/aoh/radamsa · fetched 2026-08-28 · 68f3d8907804
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aoh/radamsa | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem