Anthropic Claude Security接入Mythos 5
Anthropic Brings Claude Mythos 5 to Claude Security: Enterprise Teams Get Frontier Vulnerability Scanning Without Direct Model Access
Mythos 5首次进入企业级安全产品,这种“强能力+硬隔离”的封装思路对Agent安全落地极具参考价值,值得安全团队关注。
Anthropic has moved its most cyber-capable model into a product security teams can switch on themselves. As of August 21, 2026, Claude Security scans run on Claude Mythos 5, the Mythos-class model that until now reached only vetted defenders through Project Glasswing. The scan connects to a GitHub repository, traces data flows across files, and returns findings with a CWE category, confidence and severity ratings, and a suggested patch. Claude Security hands back a scan result instead of a prompt box, so the same model that finds vulnerabilities cannot be steered into writing exploits. The feature is in public beta for Claude Enterprise customers, with no separate model add-on.
Anthropic 已将其最具网络能力的模型部署为产品安全团队可自行启用的功能。自 2026 年 8 月 21 日起,Claude Security 扫描基于 Claude Mythos 5 运行,该 Mythos 级模型此前仅通过 Project Glasswing 项目向经过验证的防御者开放。扫描功能连接至 GitHub 仓库,追踪文件间的数据流,并返回包含 CWE 类别、置信度与严重性评级以及建议补丁的发现结果。Claude Security 返回的是扫描结果而非提示框,因此同一款发现漏洞的模型无法被引导去编写利用代码。该功能目前处于 Claude Enterprise 客户的公开测试阶段,无需单独购买模型附加组件。
Is it deployable?
是否可部署?
Yes, but only on one path. Claude Security is available in public beta for Claude Enterprise customers. There is no separate model add-on; Mythos 5 scans are billed as standard token usage under the existing plan. An admin enables it in the admin console, and users start a scan at claude.ai/security.
可以,但仅限一条路径。Claude Security 目前面向 Claude Enterprise 客户提供公开测试。没有单独的模型附加组件;Mythos 5 扫描费用按现有计划下的标准令牌用量计费。管理员在管理控制台中启用该功能后,用户即可在 claude.ai/security 启动扫描。
- Which companies: Enterprise-tier organizations with a Claude Enterprise agreement and code in GitHub. Startups and mid-market teams on Pro, Max, or Team plans do not get the Mythos-powered scan. The separate Claude Security plugin for Claude Code is in beta for all Claude Code users, but it runs on the models in your account — not Mythos 5.
- Industries: Anthropic names hospitals, utilities, financial systems, and the software supply chain as the defender constituency. Add any regulated shop already running SAST in CI: healthcare, fintech, government contractors, critical infrastructure.
- Applications: Pre-release codebase audits, legacy code review, scheduled regression scanning, triage of an existing vulnerability backlog, and directory-scoped scans on high-risk services.
- 适用公司:拥有 Claude Enterprise 协议且在 GitHub 上拥有代码的企业级组织。使用 Pro、Max 或 Team 计划的初创公司和中型市场团队无法获得基于 Mythos 的扫描功能。Claude Code 的独立 Claude Security 插件面向所有 Claude Code 用户开放测试,但它运行于您账户中的模型——而非 Mythos 5。
- 行业:Anthropic 将医院、公用事业、金融系统以及软件供应链列为主要防御对象。任何已在 CI 中运行 SAST(静态应用程序安全测试)的受监管企业均可加入,包括医疗保健、金融科技、政府承包商和关键基础设施领域。
- 应用场景:预发布代码库审计、遗留代码审查、定期回归扫描、现有漏洞积压问题的分类处理,以及对高风险服务进行的目录范围扫描。
Three New Updates
三项新更新
Three things landed in the same announcement:
此次公告同时推出了三项内容:
- First, Claude Security scans now run on Mythos 5 for Enterprise customers.
- Second, Anthropic launched the Defender Advantage Fund (0xDAF), offering $35 million in Claude credits to organizations securing open-source software.
- Third, it said it will expand the Cyber Verification Program over the coming weeks to cover broader dual-use capabilities on Opus and Sonnet, with Mythos-class access to follow.
- 首先,Claude Security 扫描现在为企业客户基于 Mythos 5 运行。
- 其次,Anthropic 启动了 Defender Advantage Fund (0xDAF),提供 3500 万美元的 Claude 积分,用于支持保障开源软件的组织。
- 第三,Anthropic 表示将在未来几周扩大 Cyber Verification Program(网络验证计划),以覆盖 Opus 和 Sonnet 上更广泛的军民两用能力,随后将开放对 Mythos 级模型的访问权限。
Anthropic is also working with cybersecurity vendors to embed Mythos 5 inside partner tooling, with an interest form open.
Anthropic 还在与网络安全供应商合作,将 Mythos 5 嵌入合作伙伴工具中,目前已开放兴趣登记表。
How the scan works
扫描工作原理
A user connects a GitHub repository. Claude Mythos 5 scans it, tracing data flows across files and reading Git history rather than pattern-matching against rules. Anthropic says each finding then passes an adversarial verification step in which the model challenges its own result before surfacing it — the stated mechanism for cutting false positives.
用户连接 GitHub 仓库。Claude Mythos 5 对其进行扫描,追踪文件间的数据流并读取 Git 历史记录,而非基于规则进行模式匹配。Anthropic 表示,每个发现结果随后都会经过对抗性验证步骤,模型会在公开结果前挑战其自身结论——这是减少误报的既定机制。
Findings return with a CWE category, confidence and severity ratings, and a suggested fix. Anthropic says the target class is high-severity work: memory corruption, injection flaws, authentication bypasses, and cross-file logic errors. Results can be pushed to Slack or Jira via webhooks, or exported as CSV or Markdown. Scans can be scoped to a directory and scheduled.
发现结果附带 CWE 类别、置信度和严重性评级,以及建议的修复方案。Anthropic 表示,目标类别为高严重性工作:内存损坏、注入漏洞、身份验证绕过和跨文件逻辑错误。结果可通过 Webhook 推送到 Slack 或 Jira,或导出为 CSV 或 Markdown 格式。扫描可限定于特定目录并设置计划。
Patching happens separately. Users open Claude Code on the web to implement fixes, and that step uses whatever models the organization already has. The Mythos scan does not extend Mythos access to other surfaces. Every patch requires human review and approval.
补丁修复是单独进行的。用户在网页端打开 Claude Code 来实施修复,该步骤使用组织已有的任何模型。Mythos 扫描不会将 Mythos 访问权限扩展到其他界面。每份补丁都需要人工审查和批准。
Why the packaging is the point
为何包装才是重点
Mythos-class models sit above the Opus tier and were withheld for a reason. Anthropic has stated Mythos 5 has the strongest cybersecurity capabilities of any model in the world, and that the same skills that find vulnerabilities can write exploits. Claude Fable 5 is the same underlying model shipped broadly, with classifiers that route cyber, biology, chemistry, and distillation queries away from it.
Mythos 级模型位于 Opus 层级之上,其被保留是有原因的。Anthropic 曾表示,Mythos 5 拥有全球任何模型中最强的网络安全能力,且发现漏洞的技能同样可用于编写利用程序。Claude Fable 5 是同一底层模型的大规模发布版本,配有分类器,将网络、生物、化学和蒸馏查询从该模型中路由出去。
The argument in this release is about interface, not capability. Anthropic’s position is that risk concentrates when a user can prompt the model directly. Claude Security gives the user a scan result instead of a prompt box. The model runs in the background on code you own and returns a fixed artifact. There is no path to ask it for an exploit.
此次发布的论点关乎接口,而非能力。Anthropic 的立场是,当用户可以直接提示模型时,风险会集中。Claude Security 向用户提供扫描结果,而不是提示框。模型在后台运行于你拥有的代码上,并返回已修复的工件。没有路径可以要求它生成利用程序。
That is the same reasoning applied to partner integrations, where end users receive a defined output — a patch list, an alert — generated by Mythos but never steerable by the person receiving it.
这一推理同样适用于合作伙伴集成,最终用户接收由 Mythos 生成的定义输出(如补丁列表、警报),但接收者无法操控该过程。
Key Takeaways
关键要点
- Claude Security scans now run on Claude Mythos 5, in public beta for Claude Enterprise customers.
- No separate model access is needed; scans bill as standard token usage under the existing plan.
- Findings return with CWE category, confidence, severity, and a suggested patch requiring human approval.
- Mythos runs only inside the scan; interactive patching uses your account’s existing models.
- Anthropic also launched a $35M open-source security credit fund and will expand the Cyber Verification Program.
- Claude Security 扫描现基于 Claude Mythos 5 运行,面向 Claude Enterprise 客户提供公测。
- 无需单独的模型访问权限;扫描按现有计划下的标准令牌用量计费。
- 发现结果附带 CWE 类别、置信度、严重性以及需要人工批准的补丁建议。
- Mythos 仅在扫描内部运行;交互式补丁修复使用账户现有的模型。
- Anthropic 还推出了 3500 万美元的开源安全信用基金,并将扩大网络验证计划。
Check out the Anthropic / Claude blog, Claude Security product page, Claude Fable 5 and Claude Mythos 5 announcement and @claudeai on X. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.
查看 Anthropic / Claude 博客、Claude Security 产品页面、Claude Fable 5 和 Claude Mythos 5 的公告,以及在 X 平台上的 @claudeai。此外,欢迎在 Twitter 上关注我们,别忘了加入我们拥有超过 15 万成员的 ML SubReddit 并订阅我们的新闻通讯。等等!你在 Telegram 上吗?现在你也可以在 Telegram 上加入我们。
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
需要与我们合作推广你的 GitHub 仓库、Hugging Face 页面、产品发布或网络研讨会等?请联系我们
The post Anthropic Brings Claude Mythos 5 to Claude Security: Enterprise Teams Get Frontier Vulnerability Scanning Without Direct Model Access appeared first on MarkTechPost.
本文《Anthropic 将 Claude Mythos 5 引入 Claude Security:企业团队无需直接访问模型即可进行前沿漏洞扫描》首发于 MarkTechPost。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力