AI Newsway

Anthropic Unlocks Its Withheld Mythos 5 Model for Defenders, With $35M for Open Source

The Defender Advantage Fund arrives alongside Mythos-powered vulnerability scanning and a looser Cyber Verification Program

|3 min read0
AI Summary
Anthropic on Friday made Mythos 5, the frontier model it withheld from public release, available to Claude Enterprise subscribers through its Claude Security vulnerability scanner, alongside a $35 million Defender Advantage Fund for open-source security. The company argues risk lives at the prompt, so returning only finished patches and alerts keeps the capability safe, with scans billed at $10 per million input tokens. Watch how scanning open-source dependencies blurs the code-you-own boundary.
Source code on a developer's display — Claude Security now scans enterprise repositories using Anthropic's previously withheld Mythos 5 model
Source code on a developer's display — Claude Security now scans enterprise repositories using Anthropic's previously withheld Mythos 5 model

Anthropic is putting $35 million behind open-source vulnerability work and, in the same breath, retiring one of its stricter access policies. Mythos 5 — the frontier model the company held back from public release on the grounds that it was too capable in high-risk domains — reached Claude Enterprise subscribers on Friday through Claude Security, its vulnerability scanner, which stays in public beta. A third announcement widens the vetting programme that strips safety blocks from professional defenders.

Mythos 5 has spent its life behind a velvet rope. Anthropic never released it. June's Fable 5 served as the public stand-in, built on the same capability but fenced off from dual-use cyber work. Mythos stayed inside Project Glasswing, which launched in April. Roughly 150 organisations were admitted. The premise was timing — give defenders a window to find and fix flaws before models of comparable strength became widely available.

The interface, not the model, is what changed

The reasoning behind Friday's expansion has nothing to do with the model becoming safer. It has to do with what sits between the model and the person using it. Anthropic argues that danger concentrates at the prompt, where a determined user can push a system toward writing an exploit. Strip out the prompt and hand back only a finished artifact — a patch, an alert — and there is very little left to steer.

That principle also shapes the partner programme. Security vendors are being lined up to run Mythos 5 underneath triage, threat intelligence and remediation products, where the customer never touches the model.

How a scan runs

The workflow itself is unremarkable. An administrator switches Claude Security on in the admin console. A developer opens claude.ai/security and picks a repository. Findings come back with a CWE classification, confidence and severity ratings, and a proposed fix attached to each one.

Patching happens elsewhere, in Claude Code on the web, using whatever models the organisation already pays for. A human has to approve every change. There is no separate add-on charge; scans draw on existing token budgets at $10 per million input tokens and $50 per million output.

Three words doing a lot of work

One phrase in Anthropic's description carries an enormous load: code you own. The New Stack flagged how quickly that boundary dissolves. Enterprise repositories are stuffed with open-source dependencies. Clone a popular library into a company repo, scan it, and the resulting report describes weaknesses that exist wherever that library ships. It is, functionally, the document an attacker would pay for. Anthropic says abuse-prevention measures keep the model within its intended scope.

Credits for maintainers

The Defender Advantage Fund, written 0xDAF, succeeds a smaller effort. Glasswing produced $4 million in direct donations plus support for coordinated fixing campaigns. The new $35 million is denominated in Claude credits rather than cash. Grants target three areas: patching live vulnerabilities in heavily depended-upon projects, automating scan-and-patch pipelines that others can copy, and structural work that eliminates whole classes of bug. A few large pilots go first, with names expected within weeks.

The Cyber Verification Program is loosening in parallel. Vetted teams already hit fewer refusals on Opus and Sonnet. That will extend to broader dual-use tasks, with triage and validation reaching Mythos-class models and fuller Mythos access to follow. Glasswing carries on separately, working with US government partners on infrastructure operators that clear strict security controls. Whether a findings-only interface holds as a durable safety boundary is the question the next year will answer.

How do you feel about this article?

SJ

Discussion

Sign in to post
Loading...

Related articles

ChainDrop Worm Poisoned 444 npm Packages — With Valid Signatures
Developer Tools

ChainDrop Worm Poisoned 444 npm Packages — With Valid Signatures

A self-propagating npm worm hit 444 packages in four hours, published through trusted workflows with valid provenance attestations.

Seung Jung32 days ago
A Poisoned Rust Crate Was Live for 86 Minutes. It Had 245 Million Downloads.
Developer Tools

A Poisoned Rust Crate Was Live for 86 Minutes. It Had 245 Million Downloads.

Malicious releases of arrayref, internment and append-only-vec pulled an infostealer through a typosquatted proc-macro1 dependency during compilation.

Seung Jung25 days ago
Anthropic's Browser Use Tool Hands Claude the Page, Not the Pixels
Developer Tools

Anthropic's Browser Use Tool Hands Claude the Page, Not the Pixels

Anthropic's Browser Use toolset lets Claude target page elements by reference via the accessibility tree, while developers run the browser themselves.

Seung Jung26 days ago
MCP's New Roadmap Is Really One Admission: Agents Broke the Request-Response Model
Developer Tools

MCP's New Roadmap Is Really One Admission: Agents Broke the Request-Response Model

MCP's maintainers published five priority areas covering long-running agent work, transport unification, agent identity and the context cost of tool sprawl.

Seung Jung25 days ago
Mixedbread Bets Search Should Be a Cheap Specialist, Not a Frontier Model
Developer Tools

Mixedbread Bets Search Should Be a Cheap Specialist, Not a Frontier Model

Mixedbread launched Toast 1, a specialised search agent it says matches frontier models at up to 10x lower cost and cuts legal-benchmark tokens by 3.5x.

Seung Jung33 days ago
Cloudflare Cut Astro's Open Issues by 85% With Four Agents That Refuse to Share Context
Developer Tools

Cloudflare Cut Astro's Open Issues by 85% With Four Agents That Refuse to Share Context

Separate reproduction, diagnosis, verification and fix agents hand off through a report file, with the original bug reporter acting as the acceptance test.

Seung Jung25 days ago