how bonsai works
01
Upload
Point Bonsai at a repository or drop in a .zip. The build recipe is pinned by hash.
02
Fuzz
Idle machines mutate inputs against the target, guided by live coverage.
03
Reproduce
A crash counts only when three independent workers reach it again.
04
Verify
An analysis agent reads the crash, classifies the bug, and drafts the fix.
05
Publish
A verified finding is stamped on-chain; details stay private until patched.
live swarm
streaming from the coordinator.
the lab
Watch a real bug get found, live in your browser.
A coverage-guided fuzzer runs entirely client-side against an instrumented parser. Nothing here is pre-recorded — every crash is one the code actually reached.