AI-assisted security review has reached a new scale in Bitcoin’s open-source ecosystem. In an August 2026 sprint, the volunteer Bitcoin Red Team said it used a human-directed, multi-model workflow to review roughly 390 Bitcoin-related repositories in about 27.5 hours. The team filed 4,962 potential security findings, with 85 classified as critical and 635 as high severity. Those are reported leads—not 4,962 confirmed exploitable vulnerabilities—and the distinction is the story’s most important takeaway.
11
24
What the Bitcoin Red Team did
The 16-person group, led by developer Calle and AnchorWatch CEO Rob Hamilton, reportedly used more than $40,000 in OpenSats-funded AI compute for the review. Reporting describes a workflow in which models examined codebases for suspicious paths and possible weaknesses, while people directed the work and prepared reports for maintainers. Named models in coverage included Kimi K3, GPT Sol, Fable, Opus, and GLM 5.2.
2
5
12
The scope was unusually broad for a short volunteer effort: roughly 390 repositories and a review harness reported to cover 171,599 lines of code. The team’s own severity labels put 720 findings in the high or critical categories.
23
27
That output demonstrates a major shift in the economics of code review. A model can quickly search a large corpus for risky patterns, trace candidate data flows, and suggest test cases or exploit hypotheses. But it cannot make a report production-ready merely by identifying something suspicious.
Why the findings are not a vulnerability count
The 4,962 figure should be read as a pipeline of candidates awaiting verification. Early reporting said only 21.4% of the findings had been independently reproduced. In other words, most reports still required a person to establish whether the reported behavior existed in the relevant build and configuration, whether it was exploitable, whether it duplicated another report, and how severe it actually was.
11
15
That work is slow because a complete security response usually requires several steps:
- reproducing the behavior in the actual software environment;
- separating real vulnerabilities from false positives and duplicates;
- assessing exploitability and user impact;
- coordinating private disclosure with maintainers;
- writing a narrow patch and tests;
- reviewing the change for regressions; and
- getting operators and users to deploy the update.
AI has made the first stage—generating leads—far cheaper. It has not removed the need for expert ownership of every stage that follows. Reporting also indicated that only a portion of the findings had reached maintainers, underscoring that disclosure capacity is itself a constraint.
14
The Coldcard incident raised the stakes
The audit followed the Coldcard hardware-wallet incident, in which a March 2021 firmware error reportedly routed seed generation through a predictable software randomizer rather than the intended hardware random-number generator. That weakness could make affected keys reproducible for an attacker able to constrain the necessary inputs.
42
45
Reported loss estimates evolved as additional activity was identified. CoinDesk reported a possible cumulative total near $114 million across four waves, while other coverage described approximately 1,816 BTC stolen between July 30 and August 3.
41
42
The lesson was not that Bitcoin’s core cryptography failed. It was that a defect in surrounding self-custody software can create consequences at system scale—and that identifying dangerous flaws before they are exploited matters as much as discovering them afterward.
An early patching result—and the limits of the raw total
One tangible outcome was an AI-assisted Bitcoin Core contribution by Hamilton that was merged on August 20 to address a wallet-related crash bug, according to reporting. That is a meaningful example of an AI-generated or AI-assisted lead progressing through a conventional review-and-merge process.
13
It also illustrates why the headline number should not be confused with a completed remediation count. A merged fix has crossed a much higher bar than an automatically generated report: it has a defined bug, a reviewed patch, and an accepted change in a maintained codebase.
OpenAI access restrictions exposed a defensive dilemma
Hamilton said that OpenAI’s Trust Cyber program restricted his access after he began integrating its cyber capabilities into the audit. Coverage reported that the group then used alternative, including open-weight, models to continue work.
18
21
32
The policy question is difficult. Strong cyber models can help legitimate defenders identify flaws, but the same capabilities can be misused. Hamilton’s criticism was that friction for known defenders can create a practical imbalance when other models, including locally run weights, remain available to attackers. That is an argument about access and operational speed—not evidence that restricting one provider’s tools prevents security research or malicious use altogether.
21
Boltz shows the operational pressure on small teams
The Bitcoin swap service Boltz separately suspended swaps indefinitely in August, saying a rise in automated, AI-assisted probing had outpaced its small team’s ability to secure and deploy fixes. It said its refund functionality remained available while swaps were disabled.
28
29
30
Boltz is not proof that every AI-generated attack is sophisticated or successful. It is, however, a practical example of the mismatch the Red Team’s audit exposed: automated discovery and probing can run continuously, while small maintainers must investigate each alert and safely ship each mitigation.
Why stronger models change the risk calculation
Bitcoin and the services around it are substantially open source. Public code enables independent review and transparency, but it also gives defenders and attackers access to the same software corpus. The concern raised by Hamilton and Bitcoin commentator CobraBitcoin is not that open source is inherently insecure. It is that increasingly capable models may reduce the time and expertise needed to locate an unusual flaw across many repositories.
17
21
OpenAI says GPT-6 Astra meets the Critical cybersecurity-capability threshold in its Preparedness Framework. The company says that, with the appropriate tools and access, Astra can find previously unknown flaws and develop ways to exploit them across many well-protected systems without a person guiding every step.
19
22
That capability statement does not show that Astra was used in the Bitcoin Red Team audit, nor does it establish that a frontier model caused a Bitcoin compromise. It does clarify why maintainers are focusing on speed: if models improve at repository-scale reasoning and vulnerability development, the constraint shifts from finding possibilities to rapidly proving, fixing, and deploying responses to the important ones.
The real security investment: verification capacity
The Red Team’s sprint is best understood as a warning about throughput. Security ecosystems can now create thousands of plausible leads quickly. Their resilience will depend on whether they can fund independent reproduction, secure reporting channels, maintainer time, code review, testing, and rapid updates at comparable speed.
For Bitcoin-related projects, the next benchmark is therefore not the largest AI-generated finding count. It is the proportion of reports that become validated vulnerabilities, responsibly coordinated patches, and deployed protections before attackers can act.
15
14