# aoh/radamsa

a general-purpose fuzzer

Repository: https://github.com/aoh/radamsa
Canonical: https://ross.abutalabs.com/products/radamsa
License Family: other
Last push: 2018-08-14T11:09:51+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4893, "days_push": 2941, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1295, forks 135 (observed 2026-08-28T04:04:16.510798+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: fuzzing, testing, security
- domain: security, testing, developer-tools
- platform: windows, cli, cross-platform
- tags: fuzzer, mutation-testing, robustness-testing, moved-to-gitlab, linux, macos

## Member repositories
- aoh/radamsa (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:16.510798+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:54:00.167129+00:00, confidence not recorded.
  - readme: https://github.com/aoh/radamsa (fetched 2026-08-28T04:04:16.510798+00:00, sha 68f3d8907804)
- Data as of 2026-08-30T08:39:29.467469+00:00.
