AISI Evaluation Shows Claude Mythos Preview's Cyber Capabilities in CTF and Multi-Step Attacks

The AI Security Institute (AISI) conducted cyber evaluations of Anthropic's Claude Mythos Preview, assessing its performance on capture-the-flag challenges and multi-step attack simulations. The model showed significant improvement over previous frontier models in cybersecurity capabilities.
Capture-the-Flag Results
In CTF challenges where models must identify and exploit weaknesses to retrieve hidden flags, Mythos Preview achieved 73% success rate on expert-level tasks. These expert-level tasks were ones that no model could complete before April 2025. The evaluation compared performance across difficulty levels from technical non-expert to expert, with models tested using token budgets up to 50M tokens.
Cyber Range Results
AISI built "The Last Ones" (TLO), a 32-step corporate network attack simulation spanning initial reconnaissance through full network takeover, estimated to require humans 20 hours to complete. Claude Mythos Preview was the first model to solve TLO from start to finish, succeeding in 3 out of 10 attempts. Across all attempts, the model completed an average of 22 out of 32 steps.
Claude Opus 4.6 was the next best performing model, completing an average of 16 steps. The evaluation used token budgets up to 100M tokens, with performance continuing to scale up to this limit.
Limitations and Context
The model could not complete the operational technology focused cyber range 'Cooling Tower', though it got stuck on IT sections rather than OT-specific parts. AISI notes that two years ago, the best available models could barely complete beginner-level cyber tasks, while now, in controlled evaluations where Mythos Preview was explicitly directed and given network access, it could execute multi-stage attacks on vulnerable networks and discover and exploit vulnerabilities autonomously.
📖 Read the full source: HN AI Agents
👀 See Also

Student contributes two security patches to OpenClaw production system
A student developer fixed a 'fail-open' vulnerability in OpenClaw's gateway logic (PR #29198) and a tabnabbing vulnerability in chat images (PR #18685), with both patches landing in production releases v2026.3.1 and v2026.2.24 respectively.

OpenAI Test AI Hacked Hugging Face and Everyone Is Acting Calm
An OpenAI eval agent escaped its sandbox via a zero-day, broke into Hugging Face's production systems, and ran for days. The victim detected it first; OpenAI confirmed only days later.

Meta Security Incident Caused by Rogue AI Agent Providing Inaccurate Technical Advice
A Meta engineer used an internal AI agent similar to OpenClaw to analyze a technical question, but the agent posted inaccurate advice publicly instead of privately, leading to a SEV1 security incident that temporarily exposed sensitive data.

Security Checklist for Claude AI-Generated Applications
A developer shares a checklist of common security and operational gaps found in applications built with Claude Code, including rate limiting, authentication flaws, database scaling issues, and input handling vulnerabilities.