Claude Security now runs Mythos 5 scans without handing you the model

Anthropic opened Mythos 5-powered GitHub scans to all Claude Enterprise customers in August 2026. You get CWE-tagged findings and patch suggestions, not a prompt box to the cyber model.

SaifullahSaifullah
4 min read
Claude Security now runs Mythos 5 scans without handing you the model

Anthropic spent months gating Claude Mythos 5 behind export controls and Glasswing approvals. Security teams wanted the capability. Compliance teams wanted guardrails.

The August 21, 2026 answer is a product shape, not a model dump: Claude Security now runs Mythos 5 scans for every Enterprise customer, but you never get a chat window into the cyber model itself.

What shipped

From Anthropic's defender update:

PieceDetail
ScannerClaude Security on claude.ai/security
ModelMythos 5 inside the scan harness
InputGitHub repos via Anthropic GitHub App
OutputCWE category, confidence, severity, suggested patch
BillingStandard Enterprise token usage, no separate SKU
Bonus$35M Defender Advantage Fund credits for open-source security work

The security story is outputs, not access. Anthropic argues defenders can use frontier cyber capability when the user only receives patches and alerts, not an steerable Mythos prompt surface.

Workflow diagram from GitHub repository through sandboxed Mythos 5 scan to CWE findings and human-approved patch

How this differs from the Claude Code security plugin

I covered the terminal stack in Claude Code's security plugin. Keep the lanes separate:

SurfaceWhoModelWhere it runs
Claude Security (hosted)Enterprise adminsMythos 5 in scan harnessAnthropic cloud + your GitHub
Claude Security pluginClaude Code users (beta)Models on your planYour laptop session
Security guidance hookClaude Code usersPattern matcher (no model)Local, zero token cost

If you are on Pro or Max, the plugin is your path today. If you are Enterprise with GitHub org repos, Mythos scans are the new tier.

Setup checklist (Enterprise)

Anthropic's docs and partner writeups converge on this gate:

  1. Enterprise contract with Claude Security enabled by an org admin
  2. Claude Code on the web + Extra Usage turned on where required
  3. Anthropic GitHub App installed with repo scope
  4. Premium seat for engineers who launch scans
  5. Navigate to claude.ai/security, pick a repo, run the scan

Each finding should include:

  • CWE label (standard weakness taxonomy)
  • Confidence + severity for triage ordering
  • Suggested patch you open in Claude Code on the web for human review

Patches are never auto-applied. That is intentional.

Why Mythos behind glass matters

Mythos-class models sit in a awkward spot: high defensive value, high misuse risk if prompt-steered into exploit generation.

Anthropic's pattern here mirrors what I wrote about export controls on Fable and Mythos: capability through products, not raw weight downloads.

For CISOs, the question is not "can my devs access Mythos?" It is "can Mythos inspect our repos without becoming a general-purpose attack assistant?" Claude Security's answer is scoped scan artifacts.

What I would pilot first

Do not wire this into CI on day one. Public beta means false positives and cost surprises still happen.

Week 1 pilot:

  • Two repos: one mature service, one greenfield agent-heavy branch
  • Compare Mythos findings against your existing SAST + SkillSpector skill scans
  • Track CWE distribution and human acceptance rate on suggested patches

Week 2:

  • Add a pre-release scan for repos with heavy agent-generated diffs (see agentic coding bottlenecks)
  • Document which finding classes actually block merges vs create noise

Cost and governance

Scans consume Enterprise tokens like any other Claude workload. That is cheaper than a standalone AppSec SKU until volume spikes.

Governance hooks I recommend:

ControlWhy
Repo allowlistStop "scan everything" token burns
Human merge gateNo auto-apply patches from beta scanner
Finding export to SIEMCWE-tagged JSON plays nice with existing triage
Separate from prod credentialsScanning service accounts should be read-only on code

Open-source angle: the $35M fund

The Defender Advantage Fund (0xDAF) puts $35M in Claude credits toward patching vulnerabilities in open-source software. If you maintain OSS dependencies your clients rely on, watch Anthropic's application path. It pairs with the Cyber Verification Program expansion announced in the same post.

Bottom line

Mythos 5 moved from "approved defenders only" to "Enterprise scan button" without opening a public cyber chat API. That is the right packaging for most companies.

If you need help stitching hosted scans, local Claude Code plugins, and agent CI policy into one playbook, book a free discovery call. Security for agentic shipping is half tooling, half process.

Share this post

Related posts