Unit 42 ships always-on AI pentesting. No model finds 40%
Palo Alto's Continuous Frontier AI Defense runs Claude Mythos 5 and GPT-5.6-Cyber against your stack year-round. The multi-model finding is the part you can use.
The interesting number in Palo Alto's new AI pentesting service isn't what it found. It's what a single model missed. On September 22, Palo Alto Networks launched Unit 42 Continuous Frontier AI Defense, converting its point-in-time Frontier AI Exposure Analysis into an always-on subscription that runs frontier models against your applications, APIs, cloud infrastructure, code repos and network assets continuously. Most of you will not buy this. All of you should read the methodology note buried in it.
What actually happened
The service runs Anthropic's Claude Mythos 5, OpenAI's GPT-5.6-Cyber and open-weight models through what Palo Alto calls a proprietary multi-model harness — routing each security task to whichever model is best suited rather than picking one and living with it. It discovers vulnerabilities, validates real-world exploitability, and produces prioritized remediation guidance. It sells worldwide as an annual subscription; pricing varies by which models you enable and was not disclosed.
The numbers Palo Alto published, from internal deployment and customer engagements:
- No single model catches more than 40% of vulnerabilities. Leading cyber models show less than 10% overlap in what they find.
- Internally, the company says it got over a year's worth of traditional penetration testing results in three weeks, identified 3.2x more high/critical vulnerabilities than legacy methods, and cut mean time to remediate by 51%.
- In customer environments, two of three validated exposures had no known CVE, and 37% rated high or critical.
- One case study describes attackers compressing weeks of intrusion work into under 10 hours — 97% faster than skilled human red teams.
Treat the internal figures as vendor-reported, because they are. The two findings that survive that discount are the model-coverage numbers and the no-CVE ratio.
Why continuous AI pentesting matters for your business
You are not buying an enterprise offensive security subscription. Here's what you take from it anyway.
"No single model finds more than 40%, and models overlap by under 10%" is a general result, not a sales point. It means single-model evaluation of anything — security scanning, code review, contract review, data extraction — is leaving most of the findings on the table. If you run a review agent against your own codebase on one model and call it clean, you have measured one model's blind spots. Running two different-family models over the same input and diffing the results is cheap and catches a startling amount. We do this on client code and the disagreements are consistently where the real problems are.
Two of three exposures having no CVE kills patch-only security. If most of what gets found is misconfiguration, exposed credentials, and broken access paths rather than an unpatched library version, then your dependency scanner is covering the minority case. Check the boring stuff: S3 and bucket permissions, API keys in environment files that shipped to a repo, admin routes with no auth, webhook endpoints that trust the payload.
The attacker-speed number is the actual threat model. If an intrusion chain that took weeks now takes hours, then "we'll patch it next sprint" is no longer a schedule — it's a bet. Rank by exploitability and exposure, not CVSS score.
And the strategic read on the vendor side: security vendors now resell gated frontier models as a service layer. That is the same business model as every AI wrapper, with one difference — the models are the ones you cannot get API access to yourself. Expect more of your security stack to become a model-routing bill.
Key takeaways
- Palo Alto launched Unit 42 Continuous Frontier AI Defense on September 22 — always-on offensive testing, annual subscription, price varies by models enabled
- It routes tasks across Claude Mythos 5, GPT-5.6-Cyber and open-weight models through a multi-model harness
- Palo Alto reports no single model catches more than 40% of vulnerabilities, with under 10% overlap between leading cyber models
- Two of three validated exposures in customer environments had no known CVE; 37% rated high or critical
- Internal claims — 3.2x more high/critical findings, 51% faster remediation — are vendor-reported; weigh accordingly
- Portable lesson: run two different-family models over the same review task and diff the output
- Audit misconfiguration and access paths, not just dependency versions — that's where most findings live
You don't need a frontier subscription to find your exposed admin route. We audit small-business stacks the unglamorous way — credentials, access paths, webhook trust, and what your agents are actually allowed to touch. Book an audit or see what we've shipped.
Sources: Palo Alto Networks, Palo Alto Networks investor relations.
- #ai-security
- #penetration-testing
- #palo-alto-networks
- #ai-agents
- #vulnerability-management
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Edge0 runs a 35B model in 3GB of RAM by streaming off SSD
A September 16 paper and an Apache 2.0 checkpoint run a 35B MoE from disk at ~15-20 tok/s on a 24GB Mac mini. What cheap local inference changes about your token bill.
Read itBrowserSkill: agents that use your logged-in browser
Tencent's MIT-licensed BrowserSkill lets Claude Code, Cursor and Codex drive your real browser session. No test accounts — and no account boundary either.
Read it