Product demo
Watch Hyrax audit a codebase, start to finish.
Chapters
The moments that matter
Findings, the fix, and the code it changes.
The findings
One audit surfaces every issue — double charges, swallowed errors, vulnerable dependencies — each pinned to a file and line.
hyrax/findings
Run it on the codebase.
Bring a repository. The team walks through the first audit and the pull request it opens.
The fix, verified
Hyrax applies the change in an isolated worktree, runs the existing test suite and build, and only then opens a [Hyrax] pull request.
hyrax/fix
The code, improved
The real diff: the charge and order update wrapped in a single idempotent transaction. You review and merge.
hyrax/src/payments.ts
6audit categories
19languages
13-stepfix verification
Youapprove every merge