TL;DR: Claude Opus 5 now finds source-code vulnerabilities at near-Mythos-class quality and is permitted to do so at all access levels, but it still cannot prove exploitability in a live application, according to MindFort. That widens the static-analysis gap: teams get more hypotheses, while runtime validation and patch proof remain separate controls.
NHIMG editorial — based on content published by MindFort: How Good Is Opus 5 For Cybersecurity?
By the numbers:
- On Anthropic's OSS-Fuzz evaluation, Opus 5 scored above zero on 79.4% of targets.
- Opus 4.8 managed only 38.5% on the same OSS-Fuzz evaluation.
- On the Anthropic and Mozilla Firefox 147 evaluation, Opus 5 produced a full working exploit in 52.4% of trials.
Questions worth separating out
Q: What breaks when AI tools find code vulnerabilities but cannot prove exploitability?
A: Security teams end up with more findings than reliable decisions.
Q: Why do code review models create a trust problem for appsec teams?
A: Because the model output looks authoritative even when it is only a hypothesis.
Q: How should security teams operationalise AI-driven vulnerability discovery at enterprise scale?
A: They should connect discovery to owned remediation workflows before deploying it broadly.
Practitioner guidance
- Separate vulnerability discovery from exploit validation Use the model for source-code review and candidate generation, then require runtime proof in a controlled environment before a finding is treated as actionable.
- Review AI tool permissions by task scope Define which model tasks are allowed, such as code review or patch analysis, and explicitly block broader offensive workflows unless they are part of an approved testing programme.
- Add validation gates for identity and secrets logic Require independent testing for code paths that handle authentication, session management, tokens, API keys, and service-to-service permissions, because these failures often depend on runtime context.
What's in the full article
MindFort's full analysis covers the operational detail this post intentionally leaves for the source:
- How the model's cyber-classifier changes affect source-code review, penetration testing, and exploit generation.
- Benchmark-by-benchmark comparisons across OSS-Fuzz, Firefox 147, and ExploitBench.
- The support and verification process for lifting restrictions in enterprise workflows.
- Practical examples of how the vendor uses autonomous agents against live applications, APIs, and infrastructure.
👉 Read MindFort's analysis of Claude Opus 5 for cybersecurity →
Claude Opus 5 and appsec: what changes when code finding improves?
Explore further
Code-finding AI creates a verification debt: when models are allowed to discover vulnerabilities but not prove them in runtime, organisations accumulate findings faster than they can validate impact. That creates a governance problem for application security, because triage becomes dependent on human judgement and downstream testing. Teams should treat this as a control design issue, not a productivity gain issue.
A question worth separating out:
Q: What accountability framework should govern AI-assisted security review?
A: The same governance used for other security tooling should apply: clear ownership, defined approval thresholds, auditability, and exception handling. If a model is allowed to inspect source code at scale, organisations need controls for what it can do, who reviews its output, and when findings become official risk items.
👉 Read our full editorial: Claude Opus 5 shifts AI security toward code finding, not live testing