Skip to content

Akrites Bets Open Source Security on Secrecy and Speed

A Linux Foundation coalition wants to patch the commons before AI-assisted attackers can, but the model trades transparency for a head start.

Lenn Voss
Lenn Voss
Cloud & Infrastructure Writer · Jun 26, 2026 · 7 min read
Akrites Bets Open Source Security on Secrecy and Speed

The pitch behind Akrites is uncomfortable precisely because it's hard to argue with. Finding a serious bug in a major open source project used to cost an expert weeks. Now a frontier model does it in minutes, and frequently hands back several flaws in a single pass. That's not a forecast. It's the working condition of every dependency tree you ship today.

So on June 25, 2026 the Linux Foundation and a roster that reads like a who's-who of the industry (Amazon Web Services, Anthropic, Google, Microsoft and GitHub, NVIDIA, OpenAI, Cisco, Red Hat, the Rust Foundation, plus banks like Citi and JPMorganChase and supply-chain vendors like Chainguard, Endor Labs, Sonatype and RapidFort) put their names to an open letter and a new program. The name is a tell: the akritai were the frontier soldiers who guarded the Byzantine empire's borders. The framing is defensive, and the diagnosis is correct. My problem is with the shape of the cure, and what it quietly asks open source to give up.

The equilibrium really did break

Start with the part that isn't hype. For decades, offense and defense in open source security ran on roughly symmetric costs. Finding an exploitable flaw in OpenSSL or a deep transitive dependency took comparable expertise on both sides, which is why responsible disclosure mostly worked: defenders had a fighting chance to ship a fix before attackers weaponized it.

AI flattens that. The letter's own framing is that vulnerability discovery becomes "a pipeline," and that's the right word. Once a capable model can scan a codebase and surface multiple issues per run, the bottleneck shifts entirely to the human on the other end. And the human on the other end is usually one unpaid maintainer who hasn't touched the project in two years. The asymmetry now runs the wrong way: machines find faster than people can patch.

There's an irony worth saying out loud, since the program won't. The frontier labs leading this defense (OpenAI, Anthropic, Google, NVIDIA, Microsoft) are the same outfits whose models collapsed the equilibrium in the first place. That doesn't make their participation cynical. It makes it responsible. But it does mean the fix is being driven by the vendors who manufactured the urgency, which is worth keeping in view when you read the governance fine print.

Confidentiality is the actual bet

Here's where Akrites stops being a feel-good coalition and becomes a real architectural choice. The program is "confidentiality-first." It runs a single shared Security Incident Response Team and one standardized coordinated-disclosure process, and it states plainly that success will be "measured in patch deployment, not publication."

That is a meaningful break from how open source security has traditionally justified itself. The "many eyes" model leaned on transparency: publish the flaw, publish the fix, let the world inspect both. Akrites inverts that. Its reasoning is that when you publish a patch, attackers now use AI to reverse-engineer the underlying bug from the diff and ship an exploit before defenders finish deploying. The patch is the disclosure. So the program optimizes for the fix landing in production silently, ahead of any public CVE.

It's a defensible read of the threat. It's also a concentration of risk. The letter concedes the point itself: an undisclosed flaw in a widely deployed package "is, in effect, a weapon." Akrites's answer is to hold those weapons in one confidential, trusted place rather than scattered across a hundred uncoordinated bug reports. Fine, but now a consortium of the largest cloud providers, AI labs, banks, and (per the letter) aligned government efforts sits on a private queue of unpatched, exploitable bugs in software everyone runs. The program says it's "built first to prevent leaks." The structural question stands regardless of intentions: who audits the audit, and what happens when a member's interests and a maintainer's diverge over timing?

What changes for maintainers and downstream

For maintainers of critical projects, this is the most concrete win, and it addresses a genuine pain. The duplicate-report problem is brutal and getting worse. When dozens of companies independently scan the same library and each files an issue (now AI-generated, often low-signal, sometimes flat wrong), the maintainer drowns. Akrites promises a single predictable partner instead of that flood, with fixes flowing back "into each project's own home, on maintainers' terms." If it delivers, that alone is worth the effort.

Two commitments deserve specific attention:

  • Maintainer of last resort. Where a critical package has no active maintainer, Akrites says it will step in to ship a fix to the latest version so it reaches everyone. This is the single most useful and most fraught promise in the document. Useful because abandoned-but-load-bearing packages are exactly where AI-driven attacks will hurt most. Fraught because "the consortium now controls releases of this orphaned package" is one governance failure away from soft capture. The Linux Foundation's neutrality is the only thing standing between those two readings, which is why the program living under the LF rather than any single vendor matters more than the logo suggests.
  • Patch deployment over publication. If you consume open source (you do), internalize what this changes downstream. A world that optimizes for silent upstream fixes means your npm audit and CVE feeds become later signals, not earlier ones. Staying current matters more than ever, because the fix may land before any advisory you'd normally wait for. Pin-and-forget dependency strategies age badly under this model. Aggressive, automated bumping (Dependabot/Renovate on short cycles), reproducible builds, and an SBOM you actually keep updated stop being best practice and start being the difference between patched and pwned.

The consortium's security vendors (Chainguard, Sonatype, Endor Labs, RapidFort, Zscaler) all sell products in exactly this space. That's not a knock. They have the tooling and the incentive. But expect the program's plumbing to look a lot like their commercial supply-chain offerings, and price your trust accordingly.

The hole it doesn't fill

Akrites is a security-coordination layer, and a good one. It is not a sustainability fix, and the gap between those two things is the whole problem. The Open Source Initiative has spent the last year arguing that the volunteer-energy model can't carry the next 25 years without deliberate funding, governance, and staffing, and that money alone isn't sustainability (someone still has to cook). Separately, the stewards of nearly every major package repository (Maven Central, PyPI, npm, RubyGems, the Rust Foundation, Eclipse) put out their own joint statement that corporate freeloading on shared infrastructure is breaking down the very registries Akrites depends on to deliver patches.

Those are the same maintainers, the same thin upstream layer, the same overwhelmed humans. A confidential SIRT that fixes bugs faster doesn't replenish the people. Alpha-Omega, the Linux Foundation directed fund seeding Akrites, has been bankrolling exactly this kind of work, which is encouraging. But a program that finds bugs faster than maintainers can absorb them, without also paying to expand the bench of maintainers, just moves the bottleneck a few feet down the hall.

The take

Akrites is the right reflex to a real shift, not a manufactured one. The AI vulnerability pipeline is here, the duplicate-report flood is already crushing maintainers, and coordinated upstream remediation beats the uncoordinated patchwork it replaces. Worth your attention if you maintain anything load-bearing or operate critical infrastructure on top of open source, which is most of us.

Just be clear-eyed about the trade. The program asks open source to swap some of its transparency for a head start against attackers, and concentrates the resulting power in a consortium of the largest players. That can be exactly right and still demand scrutiny. Judge it in a year on two numbers: how many orphaned critical packages it actually adopted and fixed, and whether maintainers report a single calm partner instead of a louder flood. If those hold up, this is the rare industry coalition that earned its name. If not, it's a private vulnerability hoard wearing a community badge.

Sources & further reading

  1. We All Depend on Open Source. We Will Defend It Together — akrites.org
  2. Linux Foundation and Industry Leaders Launch Akrites to Defend Critical Open Source Software Against AI-Enabled Cyber Threats — prnewswire.com
  3. We All Depend on Open Source. We Will Defend It Together. - programming.dev — programming.dev
  4. Sustaining Open Source: The Next 25 Years Depend on What We Do Together Now – Open Source Initiative — opensource.org
  5. Open Source Is Worth Defending - The New Stack — thenewstack.io
Lenn Voss
Written by
Lenn Voss · Cloud & Infrastructure Writer

Lenn writes about cloud platforms, Kubernetes internals, and the infrastructure decisions that quietly make or break engineering organizations. Based in Berlin's vibrant tech scene, they have a talent for turning dense platform-engineering topics into prose that people actually finish reading.

Discussion 1

Join the discussion

Sign in or create an account to comment and vote.

Noor Haddad @indiehacker_noor · 1 hour ago

i'm curious to see how akrites balances secrecy with the open source ethos, could be a interesting side project to build a transparency layer on top of their model

Related Reading