YeeBlock

55 Hours, 425 Repos, 6,700 Findings: Bitcoin Red Team’s AI Sweep and the Denominator Nobody Published

Finance | Zoetoshi |

Fifty-five hours. Four hundred and twenty-five repositories. Six thousand, seven hundred raw findings. One thousand and twenty-nine tagged high or critical severity. And a total compute-and-API spend somewhere in the neighborhood of twenty thousand dollars.

Now the sentence that should bother you more than any of those numbers: nobody outside the room can tell you how many of those findings are real.

I have been in this industry long enough to remember when a single serious audit meant three weeks of one senior engineer staring at one ERC-20 contract. That was my 2017 — a sprint I still measure everything against, because I found an integer overflow in a transfer function that could have drained millions, and the entire toolchain I had was a text editor and paranoia. One contract. One human. One PDF report at the end of the month, and a leak to crypto Twitter before the project even launched, because I believed then — as I do now — that technical truth moves faster than official process.

This is the new shape of the thing. A volunteer-driven sprint calling itself Bitcoin Red Team pointed a battery of closed-source large-language models at the open-source surface of the entire Bitcoin ecosystem, generated more candidate findings in fifty-five hours than most boutique security firms produce in a fiscal quarter, and then published the headline numbers without publishing the denominator. We audited the silence between the lines of code — specifically, the silence after the number, where the false positives live.

What I found beneath the headlines is a story about scale, about human bottlenecks that no GPU can fix, and about the most important security metric in crypto that nobody has printed yet: verification rate.

The Context: An Archipelago With No Fire Department

Bitcoin’s development ecosystem has a dirty secret that doesn’t show up on the price chart: it is an archipelago. Layer-2 bridges, sidechains, ordinals indexers, wallet middleware, hardware companion apps — hundreds of loosely coupled repositories with almost no shared governance and surprisingly little shared security hygiene. Most of them will never receive a professional audit engagement. The math simply doesn’t work: a single deep audit by a top-tier firm can cost more than a mid-sized project’s entire yearly burn.

Traditional audit firms operate like a law partnership, and that is not an insult. Trail of Bits and CertiK do surgical, high-trust work on a handful of marquee codebases. Senior cryptographers trace consensus edge cases line by line, and the deliverable is a dense, defensible report that a protocol team can hand to institutional investors. That model has kept the industry alive for a decade. But it was designed for a world where the attack surface was small enough for humans to hold in their heads. It was never designed for a world where the “Bitcoin ecosystem” spans hundreds of projects that barely talk to each other.

The catalyst for this particular sprint reads like a forum war made manifest. Before Bitcoin Red Team existed as a sweep, there was the Coldcard incident — a hardware-wallet security research exercise that grew so contentious it was flagged as spam within Bitcoin Core’s own channels, and the noise nearly buried the substance. Rob Hamilton, the organizer, drew a very 2025 conclusion from the fight: stop arguing downstream about a single device, and instead flood the upstream with data. Scan everything. Flag everything. Let the maintainers argue with the output.

The Pipeline: Twenty-One Humans and a Pack of APIs

The most important thing to understand about Bitcoin Red Team is that it is not an auditor. It is a funnel. It does not issue audit reports; it produces candidates.

The architecture is a layered pipeline. A battery of closed-source LLMs — Kimi K3, GPT Sol, Fable/Opus, GLM 5.2, with OpenAI’s Cyber Harness assigned to specific components — does the broad sweep, chewing through repository after repository at a speed no human can match, looking for code shapes that smell wrong. I use the word “smell” deliberately. That is what these models are doing: pattern-matching against the texture of vulnerabilities they have seen in training data, flagging the statistical cousins of past disasters. That is not nothing. It is a genuinely new capability at a genuinely new scale.

Then the humans take over, and this is where the public narrative inverts the entire AI hype cycle. The models are not the bottleneck; the people are. The team has said, in as many words, that operations, disclosure handoff, and triage are the constraint on the whole project. Read that sentence twice, because it contains the most important technical fact in this entire story: the AI can generate findings faster than qualified humans can verify them, which means fully automated security auditing remains a fantasy. What we actually have is a machine that produces homework for experts.

The experts do the intellectually taxing work: shaping prompts, interpreting outputs, attempting to reproduce findings, and deciding what deserves a disclosure. And severity is not something the model gets to decide unilaterally. Hamilton has stressed that a domain expert can change an assessment with one or two sentences of context or a small code snippet — pushing a medium-severity finding into high or critical territory. That is the sound of a security system that is honestly, structurally human-in-the-loop. The AI proposes. The human disposes. Anyone selling you “AI did the audit” is selling you a cropped screenshot.

I have lived both halves of this dance. In the DeFi summer of 2020, I was clicking through Uniswap V2 interfaces with fifty ETH of my own money, farming yield at 3 a.m., posting real-time results before any publication had a story up. I know how it feels to worship the interface and skip the verification. The organizers of this sprint did not skip verification — they just have not shown their work to anyone outside the group. That distinction is the whole game.

What This Isn’t: A New Primitive

Let us be precise about what was invented here, because the tech press will mangle this. Bitcoin Red Team is not a new consensus protocol. It is not a new cryptographic primitive. It is not even a new vulnerability class. It is an experiment in process: an AI-assisted code-scanning pipeline, deployed at ecosystem scale, with human confirmation at the end. Process innovation. Important, but categorically different from the paradigm shifts the industry usually headlines.

The comparison that matters is against the existing automated tooling. Static analyzers like Slither, Semgrep, and Aderyn have been doing rule-based scanning for years — offline, deterministic, reproducible, with tolerable false-positive profiles. But they are pattern matchers with no semantic imagination: they cannot reason about business logic, incentive structures, or the weird consensus edge cases that produce real disasters. The LLM layer is a different beast. It brings something like semantic understanding — the statistical texture of a thousand past vulnerabilities pressed into weights. It can smell a logical flaw that no rule ever encoded.

The cost of that flexibility is trust. Models hallucinate with confidence. They are non-deterministic; the same query can return different results across runs. And in this sprint, none of that risk has been quantified for the public. No accuracy rates. No false-positive data. No confirmation statistics per model. The organizers’ implicit security assumption — that LLMs can flag suspicious patterns, and that senior humans can reproduce and correct them — is reasonable. But it is not proven. And in security, an unproven assumption is a liability waiting for an incident.

The uncomfortable middle is where this tool lives: more flexible than rules, less trustworthy than formal verification, and entirely non-reproducible by outsiders. That is not a disqualification. It is an engineering challenge. But it means the deliverable is not an audit. It is a triage list with a confidence interval no one has printed. The code doesn’t lie. It just doesn’t verify itself.

Reading the Numbers: What the Math Actually Says

Let’s get forensic about the only data points we have, because the headline math hides a more interesting arithmetic.

At hour 27.5, with roughly 150 repositories covered, the team had logged approximately 4,900 findings. At hour 55, with 425 repositories in scope, the total had reached 6,700 — an increase of 1,738 findings from the second phase of the sprint.

Now run the ratio. The first 150 repositories produced about 33 findings per repository. The next 275 repositories produced about 6.3 findings per repository. The finding density collapsed by more than 80 percent as the scan expanded.

That is not a bug. That is a risk map. It tells you that in this ecosystem, suspicious code is concentrated: a relatively small core of projects carries the bulk of the flagged patterns, while the long tail is comparatively quiet. Reassuring, if you believe the pattern recognition is accurate. Terrifying, because that concentrated first-150 zone is exactly where a real, exploitable disaster is most likely hiding — and because the organizers have not published enough data to tell us which projects are in that zone.

The per-repository average across the full sample works out to roughly 15.8 findings per repo. But averages are lies where distributions are skewed. The true structure is almost certainly a handful of hot projects contributing an outsized share of the finds — the classic Pareto shape that every auditor learns to expect on their second engagement.

And here is the gap that should keep every risk manager awake: no denominator for validation, no false-positive rate, no reproduction steps, no prompt templates, no peer review of the method. The models are named; the method is not standardized or independently reproducible. I spent my 2017 sprint with a false-positive rate you could measure with your gut — I flagged things that evaporated under a second read all the time. The difference is that my output sat next to my reasoning in a deliverable. Here, the raw sensor output is being published as the headline. Models lie confidently. They don’t have incentives; they have priors.

The human side of the equation is even thinner. Twenty-four reported participants in the final tally — three of them bots. That leaves twenty-one actual humans behind the largest single-ecosystem security sweep in crypto history. Spread 1,029 high/critical findings across twenty-one people, and each human would have needed to triage roughly forty-nine severity-flagged items before touching the other 5,671 findings. You do not need to be a labor economist to see the production function. The constraint is attention, not compute. And the participation curve confirms it: 16 people at hour 27.5, 21 humans at hour 55. About five humans joined in twenty-eight hours. The security community is not sprinting to help at scale; it is trickling in.

The Economics: A $20,000 Answer to a $500,000 Question

Now the number that should make every founder in this ecosystem sit up: roughly $20,000 spent at the stage where 150 repositories had been covered — and over $10,000 already at the 100-repo mark. Do the division, and the scanning phase works out to something like $130 to $150 per repository. Excluding human cost.

Here is the comparison. A single traditional audit engagement for a mid-sized protocol routinely invoices six figures. Deep consensus-layer work goes higher. On the raw scan economics, the AI pipeline appears to cover one hundred repositories for the price of a fraction of one legacy engagement. If you squint, that is the end of the per-repo audit pricing model as we know it.

But I have spent enough years inside this industry to know that the cheapest part of an audit is the searching. The expensive part is the asserting. The team’s own admission that triage and disclosure are the bottleneck confirms that the true cost curve bends in the opposite direction of the GPU budget. A verified, responsibly disclosed, actionable vulnerability — with a confident severity rating and a proof-of-concept that holds up — is a labor product. The scan is the shopping trip. The finding is the meal. Nobody pays the restaurant for the cart.

None of this kills the traditional auditor. It might force the traditional auditor to become a verification layer on top of AI candidates, which is honestly where the industry was already heading. The moment that hybrid pipeline proves out at scale, security stops being a luxury good and becomes a mass-market category — and that creates a new scarcity: senior humans able to confirm or deny machine flags with confidence. That bottleneck is the most investable theme in this entire story. Publicly available data is not precise enough to size that market, and anyone who claims otherwise is selling you a narrative.

The sustainability question is the unspoken one. Twenty thousand dollars came from somewhere, and that somewhere was not a treasury, a foundation, or a grant committee — at least none has been disclosed. No sponsors. No token. No investors. Just an organizer with conviction and a credit card. That is the romantic version, and I respect it. But an event is not an institution. The moment the funding well runs dry, the sweep stops. Contrast that with the traditional model, where an audit firm’s existence is tied to a commercial incentive to finish the job. The absence of a token here is a feature — nobody is farming exit liquidity off the back of a vulnerability sweep — but the absence of a revenue model is a bug. It is the same sustainability question I watched the DAO world fail to answer with governance tokens in 2021. Attention is not a treasury.

55 Hours, 425 Repos, 6,700 Findings: Bitcoin Red Team’s AI Sweep and the Denominator Nobody Published

The Meta-Finding: The Infrastructure That Isn’t There

Scratch the surface of the data and you find the most quietly damning statistic in this entire story: only 19.5 percent of the scanned Bitcoin ecosystem projects have a SECURITY.md file.

Read that again. Four out of five projects have no standard, human-readable security policy. No defined contact channel, no scope statement, no guidance on how to safely report a critical vulnerability. Just 13.1 percent of the repositories examined expose a contact email at all. This is not a technical vulnerability; it is an infrastructure vulnerability. It is the equivalent of running a fire-safety survey and discovering that most buildings in the city do not have address numbers. Even when a white hat finds the fire, the city has no standard way to call it in.

This reframing makes Bitcoin Red Team’s value clearer — and its limits clearer too. The team reports “a dozen or so” disclosures completed so far. At the 150-repository stage, that is less than 10 percent of scanned projects translating into any disclosure at all. If that ratio holds across the full 425-repo sample, the expected final tally lands somewhere in the 20-to-40 disclosures range. Six thousand, seven hundred findings. Maybe forty actual disclosures. Everything else is either noise, duplication, or material for future sweeps.

The supportive evidence comes from Calle, a Bitcoin ecosystem developer and participant, who says that most critical reports were “quickly verified” by project owners. That is the best data point the sprint has — and it is a single, unquantified anecdote. “Most” is doing a lot of work in that sentence. Who verified? Under what methodology? At what rate? I covered the FTX collapse in 2022, and I remember an entire industry running on “most” and “trust me.” Those two phrases were doing overtime. Confidence is not a data point.

There is something quietly hopeful in this meta-finding, though. The very absence of SECURITY.md files means an external, unsolicited sweep like this one carries real marginal value: it imposes hygiene that the ecosystem’s own collaborative infrastructure failed to build. A raw number of flags may be noise, but the normative signal — “you are all under-audited and under-prepared” — is loud, and it is probably accurate.

The Contrarian Reading: Three Things Everyone Is Getting Wrong

First: the story is not about AI replacing auditors. It is about AI generating homework for humans — and the humans are the real product. Every tweet claiming “frontier models just audited the entire Bitcoin ecosystem” has it exactly backwards. The proof is in the missing denominator. If the machines were doing the auditing, the organizers would publish the confirmation rate with the same pride they publish the finding count. They do not, because the machines are doing the searching. The humans are doing the auditing. That distinction is not a nuance; it is the entire ballgame, and it is being flattened by hype into a better headline.

Second: the real disruption target is not the bugs — it is the audit business model. But the disruption only materializes if the verification layer proves out, and the verification layer’s economics are entirely unproven at this scale. The crowd saying “AI kills Trail of Bits” is committing the same sin as the crowd saying “6,700 findings means Bitcoin is broken”: both are extrapolating from an unreproducible headline. I have spent the past two years turning SEC and MiCA documents into actionable interpretations for readers, and I can tell you from that work that the difference between a candidate and a confirmed finding is where all the value — and all the liability — lives. This sprint has produced candidates. Beautiful, numerous, unverified candidates.

Third: the disclosure policy is a legal and ethical landmine. The team states that critical findings are disclosed immediately once a proof-of-concept demonstrates exploitability. Sit with that. In responsible-disclosure practice, the industry norm is to give maintainers a window — commonly 90 days — between notification and public disclosure precisely so that users can patch and attackers do not receive a roadmap. An “immediate” public disclosure of a PoC-level critical is how you light the fuse on a zero-day, not how you defuse it. To be fair: the phrase may mean “immediately disclosed to the affected project,” which would be fine. But the ambiguity is precisely the problem, because the difference between “disclosed to maintainers now” and “disclosed to the whole internet, with exploit code, now” is the difference between a community service and a liability event.

The legal layer compounds it. Unauthorized dynamic testing — even the act of running a proof-of-concept against a live endpoint to confirm a finding — can trip the Computer Fraud and Abuse Act in the United States and the Computer Misuse Act in the United Kingdom. Static scanning of public repositories is one thing; demonstrating exploitability against running systems is a different territory entirely. The organizers may have consent from every single project they touched; there is simply no evidence of it in the public record. The regulator in me — the one who learned to read MiCA’s fine print before breakfast — wants a safe-harbor framework in place before the next sprint, not after a subpoena.

The Market: How Fear Prices a Number It Can’t Interpret

Now the part my trader readers care about: what does this do to prices?

Start with the type of event. A public claim of 6,700 findings and 1,029 high-severity flags inside the Bitcoin ecosystem is structurally a fear, uncertainty, and doubt event — the exact emotional cocktail that moves echo-chamber assets violently. If market participants read the headline as “Bitcoin’s ecosystem is riddled with holes,” expect panic selling in Bitcoin-ecosystem tokens — ORDI, SATS, the Runes corners — before any confirmation or refutation arrives. Bitcoin mainnet itself is insulated by its conservatism; the network that no one can move quickly is not the one that whipsaws on FUD. The casualties will be the smaller projects that never had a security narrative to begin with.

The second-order effect is more interesting. The “6,700” figure is already in circulation; I would guess it is half-priced into sentiment already. But the uncertainty behind it — the fact that nobody outside the room knows how many of those findings are real — is not priced at all. Markets do not fear what they can measure. They fear what they cannot. And an unverifiable threat is the worst kind of threat, because every wave of confirmation and every wave of debunking can re-rate the entire sector within a single trading session.

The political economy matters too. This data is a gift to competitors who want to attack the credibility of the Bitcoin ecosystem — and to security vendors who want to sell more services. Watch for the number “6,700” to be weaponized in marketing decks by projects with an axe to grind or a product to pitch. Numbers without denominators are the most transferable propaganda on earth.

The irony, for anyone who remembers 2020: I was live-tweeting my own yield-farming gains off Uniswap V2 while the same kinds of unverified scary numbers circulated about the entire DeFi sector. Some were real. Most were not. The aggregate damage came not from the bugs that existed, but from the fear that could not be processed. That lesson is older than crypto: when the denominator is missing, the panic writes its own numerator.

The Takeaway: What to Watch in the Next 90 Days

The next quarter will write the real headline, and it will not look like the first one. Watch three things.

First: whether the organizers publish a confirmation rate. If they do — and if it is healthy — this becomes a watershed moment for AI-assisted security, and the audit business model starts bending in real time. If they do not, or if the rate is quiet, the 6,700 number will age into a trivia question. The silence after the number is where this story is decided.

Second: whether any of the expected 20-to-40 disclosures land in the high-density first-150 cluster. That zone is where the risk lives, and it is where an unpatched critical finding would do the most damage. One converted, real, exploited-by-someone-else critical finding would flip this entire piece from analysis to post-mortem.

Third: who pays for the humans. The scan is cheap; the triage is not. For Bitcoin Red Team to survive as an institution rather than an event, someone has to fund the witness stand. That could be a foundation, a service contract, a security-focused fund, or a very brave sponsor. It is the sustainability question every public-goods experiment in crypto has failed to answer, and the eventual answer will tell you whether this is a footnote or the beginning of the end of the traditional audit engagement.

The numbers are loud. The verification is quiet. I know which one moves markets, and I know which one I trust. I also know that twenty-one humans working through the night on a $20,000 budget produced, in fifty-five hours, a dataset no traditional audit firm has ever attempted to produce for an entire ecosystem. The machine is fast. The bottleneck is us. That is the finding — six thousand, seven hundred times over. Now somebody has to verify it.

Market Prices

Coin Price 24h
BTC Bitcoin
$77,175 +0.45%
ETH Ethereum
$2,442.16 +1.62%
SOL Solana
$94.15 +1.17%
BNB BNB Chain
$697.6 +1.72%
XRP XRP Ledger
$1.48 +1.21%
DOGE Dogecoin
$0.0921 +1.80%
ADA Cardano
$0.2203 +0.87%
AVAX Avalanche
$7.5 +1.52%
DOT Polkadot
$0.9128 +3.22%
LINK Chainlink
$11.48 +0.40%

Fear & Greed

73

Greed

Market Sentiment

Event Calendar

{{年份}}
30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

18
03
unlock Sui Token Unlock

Team and early investor shares released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$77,175
1
Ethereum ETH
$2,442.16
1
Solana SOL
$94.15
1
BNB Chain BNB
$697.6
1
XRP Ledger XRP
$1.48
1
Dogecoin DOGE
$0.0921
1
Cardano ADA
$0.2203
1
Avalanche AVAX
$7.5
1
Polkadot DOT
$0.9128
1
Chainlink LINK
$11.48

🐋 Whale Tracker

🟢
0xc0ad...c9e7
12h ago
In
8,543 BNB
🔵
0x6f76...27d8
6h ago
Stake
3,824,227 USDT
🔵
0x6bae...4485
1h ago
Stake
38,847 BNB

💡 Smart Money

0x3183...f972
Institutional Custody
+$1.6M
67%
0x9d83...1a6a
Institutional Custody
+$4.3M
88%
0xd78d...d581
Market Maker
-$0.3M
61%