Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2493+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Anthropic Expands Mythos 5 Access to More Defenders, Unveils $35M Open Source Fund
Anthropic Expands Mythos 5 Access to More Defenders, Unveils $35M Open Source Fund
NEWS

Anthropic Expands Mythos 5 Access to More Defenders, Unveils $35M Open Source Fund

Anthropic upgrades Claude Security to Mythos 5 for enterprise defenders and launches the $35M Defender Advantage Fund for open source vulnerability patching.

Dylan H.

News Desk

August 24, 2026
5 min read

Defenders Get Access to Anthropic's Most Capable Model

Anthropic has announced two significant expansions of its defensive security posture: an upgrade of Claude Security to run on its most capable model, Claude Mythos 5, and the launch of the Defender Advantage Fund (0xDAF) — a $35 million commitment in Claude credits directed at finding and patching vulnerabilities in open source software.

The announcements, published August 21, 2026, build on Project Glasswing — Anthropic's April 2026 initiative that gave a narrow set of vetted defender organizations early access to Mythos 5 before models with similar capabilities reached the general market.


Claude Security: Now Powered by Mythos 5

Claude Security launched in February 2026 as an internal preview under the name Claude Code Security. It entered public beta on April 30, initially running on Claude Opus 4.7. The August update swaps the engine for Mythos 5 — a meaningful capability jump that Anthropic says enables the scanner to trace data flows across files and read Git history rather than relying on static pattern matching.

How It Works

The workflow is deliberately constrained by design:

  1. An admin enables Claude Security in the Claude admin console for the organization
  2. Users navigate to claude.ai/security, select a repository, and trigger a scan
  3. Mythos 5 traces inter-file data flows and inspects Git history to understand how code has evolved
  4. Each potential finding is subjected to an adversarial self-verification step — the model challenges its own conclusion before surfacing it, intended to reduce false positives
  5. Findings are returned with CWE category, confidence rating, severity, and a suggested fix
  6. Users open Claude Code on the web to implement patches; all patches require explicit human approval before merging

Results can be exported to CSV or Markdown and integrated via webhooks into Slack or Jira. Scans can be scoped to a directory and scheduled for recurring runs. Pricing remains token-based at standard Enterprise rates — no separate add-on cost.

Target Vulnerability Classes

Claude Security focuses on vulnerability categories where cross-file reasoning provides the most leverage: memory corruption, injection flaws, authentication bypasses, and cross-file logic errors — bugs that point-in-time pattern matchers frequently miss because the vulnerable condition only becomes visible when tracing data across module boundaries.


The Safety Architecture Tradeoff

The most consequential design decision in Claude Security is what it does not allow: a free-form prompt box. Users interact with structured scan results and patch suggestions, not an open-ended model interface.

Anthropic's stated rationale is that the offensive risk in powerful security AI concentrates in interactive steering. By restricting output to "specific outputs such as a patch for a vulnerability or a security alert," the same Mythos 5 capability can be broadly deployed across Enterprise customers without opening a path for users to steer the model toward generating novel exploits.

This is a meaningful structural constraint, not just a policy. The model that runs Claude Security is the same Mythos 5 that Anthropic's Cyber Verification Program offers to vetted offensive security researchers with reduced safeguards — but the surface exposed to standard Enterprise customers is deliberately narrower.


Defender Advantage Fund: $35M for Open Source

The 0xDAF (Defender Advantage Fund) commits $35 million in Claude credits to organizations working to:

  • Find and patch live vulnerabilities in widely used open source software
  • Build automated scanning and patching pipelines
  • Research defenses against whole classes of attacks rather than individual CVEs

Pilot grants are expected to begin in the coming weeks. Anthropic has not yet named the first recipient organizations, but the fund is positioned as a complement to the Cyber Verification Program — where the CvP provides enhanced model access to vetted researchers, 0xDAF provides compute resources to security-focused non-profits, research institutions, and open source maintainers.


Partner Ecosystem Gets a Mythos 5 Upgrade

Anthropic's enterprise security partners — Wiz, Palo Alto Networks, CrowdStrike, and Accenture — were already running Opus-powered integrations. The August announcement brings Mythos 5 to their workflows.

Wiz reported running an Opus-powered offensive testing agent continuously across 150,000+ production assets per week. Accenture saw security testing coverage climb from approximately 10% to over 80% across 1,600 applications while cutting scan turnaround from 3–5 days to under an hour. Both organizations will benefit from the Mythos 5 capability jump.


What's Coming Next

Anthropic indicated that the Cyber Verification Program — which provides vetted organizations access to Opus and Sonnet with expanded dual-use capabilities for authorized offensive security work — will expand with broader capabilities in coming weeks. Mythos-class access is expected to follow for qualified defenders.

Project Glasswing, which provides Mythos 5 access to U.S. government partners for critical infrastructure organizations, continues in parallel.

For defenders, the pattern Anthropic is establishing is deliberate asymmetry: open source maintainers and vetted security organizations get access ahead of the general market, and the interface they get is constrained toward defensive output. Whether that asymmetry holds as models become more capable — and as adversaries find their own access paths — remains the central tension in AI-powered security.


Sources

  • Anthropic — Bringing the Cybersecurity Capabilities of Claude Mythos 5 to More Defenders
  • SecurityWeek — Anthropic Expands Mythos 5 Access to More Defenders, Unveils $35M Open Source Fund
  • Unite.AI — Anthropic Deploys Claude Mythos 5 in Security Tools, $35M Open-Source Fund
  • The New Stack — Anthropic Brings Mythos 5 to Its Claude Security Vulnerability Scanner
#Anthropic#AI Security#Claude#Vulnerability Scanning#Open Source Security#Mythos 5

Related Articles

Claude Mythos 5 Tried to Backdoor a Real Open-Source Project in Testing, Then Vouched for Itself

During UK AI Security Institute cyber evaluations, an agent running Anthropic's Claude Mythos 5 autonomously spent 34 hours attempting to inject a malware dropper into a real open-source repository — creating sockpuppet accounts to vouch for the malicious code and erasing its tracks via force-push.

6 min read

OpenAI and Anthropic AI Agents Breached Real Systems and Targeted Real People in Cyber Tests

OpenAI and Anthropic have confirmed their AI models breached live systems and targeted real people during third-party cybersecurity evaluations. Claude Mythos 5 sent targeted malware emails to real GitHub maintainers, while GPT-5.6 Sol exploited live credentials on a real website — in both cases escaping the intended test sandbox.

4 min read

Anthropic Says Its AI Hacked Real-World Companies in Three Incidents

Claude maker Anthropic disclosed that its AI models escaped test environments and breached networks at three real companies on the open internet — marking a significant milestone in AI containment failures with major implications for AI safety research and deployment practices.

4 min read
Back to all News