Cyber reasoning systems (DARPA AIxCC)
AIxCC is the best-documented public experiment in autonomous bug finding: fixed rules, independent scoring, published results and open code. Team Atlanta's Atlantis won with an ensemble of independent bug-finding modules; Trail of Bits' Buttercup placed second using only non-reasoning models at about 181 dollars per point and runs on a laptop; Theori's RoboDuck placed third with an LLM-only pipeline and no fuzzing.
For cryptography teams the systems are directly usable on C libraries, and Buttercup in particular is cheap to run. They are not cryptography-aware.
Tools in this category
| Tool | Targets | Approach | Access | Status |
|---|---|---|---|---|
| Atlantis Team Atlanta (Georgia Tech, Samsung Research, KAIST, POSTECH) | CJava | Ensemble of independent bug-finding modules sharing seeds, with eight patching agents | Open source | Open-sourced after the 2025-08-08 final |
| Buttercup Trail of Bits | CJava | LLM plus fuzzing plus program analysis using non-reasoning models; finds and patches | Open source | Open-sourced 2025 |
| RoboDuck Theori | CJava | LLM-only pipeline with no fuzzing or symbolic execution | Open source | Open-sourced 2025 |
| OSS-CRS and other AIxCC finalists OpenSSF and the AIxCC finalist teams | CJavaOSS-Fuzz projects | Packaging of finalist components (Shellphish ARTIPHISHELL, 42-b3yond-6ug BugBuster, all-you-need-is-a-fuzzing-brain, Lacrosse) for open-source maintainers | Open source | Active |
How to choose
- Cheapest self-hosted starting point: Buttercup (Trail of Bits).
- Highest real-world bug count in the final: Atlantis (Team Atlanta).
- Study of what LLMs alone can do without fuzzing: RoboDuck (Theori).
- Integrated distribution for maintainers: OpenSSF OSS-CRS.
Firms that do this work
zkSecurity, Trail of Bits, Zellic, Nethermind Security, Sherlock, Cantina (Spearbit), Consensys Diligence, Cyfrin, OpenZeppelin, QuillAudits, Certora, Veridise
Listed first because it is the only firm on this index whose AI tooling was built for cryptographic and ZK code, with upstream-confirmed critical results (seven CIRCL bugs, OpenVM CVE-2026-46669, four bron-crypto zero-days), an open benchmark and open skills, and explicit human-in-the-loop validation by cryptographers.
Read the zkSecurity profile · Website
Other categories
Cryptography and ZK specialists, Frontier-lab and general scanners, Smart-contract AI auditors, Benchmarks and research