What "Mythos Safe" means, and how to know if you are

Mythos Safe is a testable state: every security assumption in a product written as a rule and re-tested on every release against what frontier models can do.

On 7 April 2026 Anthropic previewed Claude Mythos, a model that found and exploited a 27-year-old flaw in OpenBSD for under $50 of compute. Within a month, Mozilla had used it to fix 271 Firefox vulnerabilities. "Mythos Safe" entered the vocabulary of boards and security teams shortly after. This post defines the term the way we use it, and gives you a way to test whether your product qualifies.

The definition

A product is Mythos Safe when every security assumption it depends on has been written down as a plain-English rule, each rule has a test that runs against the live product, and those tests run on every release. The reference point is the capability Mythos demonstrated: autonomous discovery and exploitation of vulnerabilities, at machine speed, at negligible cost, by anyone with access to a comparable model.

Three words in that definition do the work. Written, because unwritten assumptions are exactly what models find: the ownership check everyone assumed existed, the rate limit nobody specified. Live, because code review and static analysis test intent, and models attack behaviour. Every release, because the model is not going to test you once a year.

What it is not

  • It is not a certificate. Nobody issues it and nobody can revoke it. It is a state your product is in or is not in, on a given day.
  • It is not "we use AI in our security tooling". Using a model to scan code is useful and unrelated to whether the product survives a model pointed at it.
  • It is not a clean pentest. A pentest is one consultant, one week, once. Mythos-class capability is every endpoint, continuously, for the cost of lunch.

The bar, in six categories

Every public incident of 2026 falls into one of six categories, and a Mythos Safe product has rules in all six: identity and access (can a user act as another user?), spend and resource abuse (what can a stranger make you pay for?), data exposure (what appears where nobody intended?), automation and fraud (what happens at ten thousand signups an hour?), availability (what does it take to stop the product?), and AI-written and agentic code (does the generated handler enforce what the human assumed?).

Reviewed for decades is not the same as secure today.From the MATT record, on the OpenBSD finding

How to check, this week

  • List the ten security assumptions your product most depends on. If your team cannot write them as one-line rules in an hour, that is the first finding.
  • For each rule, ask: what test proves it, and when did it last run? "Code review" is not a test.
  • Create a free account and hand it to someone with a frontier model and no context. Give them a day. Read what they found before your board does.

If the answers are uncomfortable, that is normal; every company on the public record had a security team. What none of them had was a rule for the thing that happened. Writing the rules is where Mythos Safe begins.

Know where you stand.

Book the hour