# uds-se/fuzzingbook

Project page for "The Fuzzing Book"

Repository: https://github.com/uds-se/fuzzingbook
Canonical: https://ross.abutalabs.com/products/fuzzingbook
Homepage: https://www.fuzzingbook.org/
Language: Jupyter Notebook
License: NOASSERTION
License Family: other
Topics: jupyter-notebooks, interactive-notebooks, python, testing, test-automation, fuzzing
Last push: 2026-01-22T11:31:47+00:00

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

## Adoption (not part of the score)
Stars 1269, forks 274 (observed 2026-08-28T04:04:11.683917+00:00)

## What it is
An interactive online textbook on automated software testing and fuzzing, with executable code available as Jupyter notebooks, web pages, slides, and a pip-installable Python package. It covers techniques for automatically generating software tests, from random fuzzing to grammar-based and constraint-based test generation.

## Use cases
- learn software testing and fuzzing techniques
- generate test cases automatically for my python code
- teach a course on software testing or security testing
- find bugs in my program with fuzzing
- use grammar-based fuzzers in my own projects
- experiment with fuzzing in the browser via jupyter notebooks

## When to choose
- you want to learn or teach automated test generation and fuzzing
- you need reusable Python fuzzing tools you can pip install
- you prefer executable, interactive textbook material in Jupyter notebooks

## When to avoid
- you need a production-grade fuzzing platform for large-scale continuous testing
- you need a non-Python fuzzing toolchain
- you need a permissively licensed book text (the book is CC BY-NC-SA)

## Facets
- artifact type: learning-resource
- maturity: active
- function: testing, fuzzing, parser, developer-tools
- domain: testing, security, developer-tools, tutorials, education
- platform: python, browser, cli
- tags: fuzzing, software-testing, jupyter-notebooks, textbook, test-generation, security-testing, python-package

## Member repositories
- uds-se/fuzzingbook (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:11.683917+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-30T05:03:34.259329+00:00, confidence not recorded.
  - readme: https://github.com/uds-se/fuzzingbook (fetched 2026-08-28T04:04:11.683917+00:00, sha 7f574193f9b6)
  - homepage: https://www.fuzzingbook.org/ (fetched 2026-08-29T12:15:27.039168+00:00, sha 9bbfdc3ec22d)
  - site_page: https://www.fuzzingbook.org/html/Importing.html (fetched 2026-08-29T12:15:27.048322+00:00, sha 7fdbd3a75e1f)
  - site_page: https://www.fuzzingbook.org/html/ReleaseNotes.html (fetched 2026-08-29T12:15:27.050376+00:00, sha 543078242eaa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
