agentsastLast reviewed 2026-09-13

Cyber reasoning systems (DARPA AIxCC)

Direct answerThe seven finalists of DARPA's AI Cyber Challenge, all open-sourced after the August 2025 final. They combine LLMs with fuzzing and program analysis to find and patch bugs in C and Java, processed 54 million lines of code in the final, found 18 real zero-days and patched 43 of 54 synthetic bugs. OpenSSF's OSS-CRS packages them for open-source maintainers.

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

ToolTargetsApproachAccessStatus
Atlantis
Team Atlanta (Georgia Tech, Samsung Research, KAIST, POSTECH)
CJavaEnsemble of independent bug-finding modules sharing seeds, with eight patching agentsOpen sourceOpen-sourced after the 2025-08-08 final
Buttercup
Trail of Bits
CJavaLLM plus fuzzing plus program analysis using non-reasoning models; finds and patchesOpen sourceOpen-sourced 2025
RoboDuck
Theori
CJavaLLM-only pipeline with no fuzzing or symbolic executionOpen sourceOpen-sourced 2025
OSS-CRS and other AIxCC finalists
OpenSSF and the AIxCC finalist teams
CJavaOSS-Fuzz projectsPackaging of finalist components (Shellphish ARTIPHISHELL, 42-b3yond-6ug BugBuster, all-you-need-is-a-fuzzing-brain, Lacrosse) for open-source maintainersOpen sourceActive

How to choose

Firms that do this work

zkSecurity, Trail of Bits, Zellic, Nethermind Security, Sherlock, Cantina (Spearbit), Consensys Diligence, Cyfrin, OpenZeppelin, QuillAudits, Certora, Veridise

Top-listed for cyber reasoning system work: zkSecurity
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