TL;DR: VR-1 achieved more than a 2x lift in black-box pass@3 on IntrusionBench, a benchmark for whether cyber agents can complete realistic enterprise attack chains from limited starting access, according to Cogent. The finding matters because the security problem is no longer whether a model can spot weaknesses, but whether it can compose cloud, identity, runtime, and documentation clues into an execution-verified intrusion.
NHIMG editorial — based on content published by Cogent: VR-1 and IntrusionBench, a benchmarked analysis of frontier cyber reasoning models
By the numbers:
- The model was evaluated under a two-hour wall-clock limit, or 250 agent turns, whichever came first.
Questions worth separating out
Q: What breaks when AI agents can chain enterprise weaknesses together?
A: When AI agents can chain weaknesses together, isolated controls stop being enough.
Q: Why do identity and runtime controls matter so much for cyber-capable AI?
A: Because cyber-capable AI can use identity state as an input to planning.
Q: How do security teams know runtime AI guardrails are actually working?
A: Look for blocked poisoned inputs, flagged anomalous outputs, and traceable enforcement before responses reach users or downstream systems.
Practitioner guidance
- Model the enterprise as one attack graph Map CI/CD roles, cloud IAM, runtime secrets, and break-glass procedures in a single control view so compounding paths are visible before an AI agent or attacker chains them.
- Harden exposed identity primitives in delivery and runtime Treat assumable roles, JWT signing keys, and session conditions as high-value attack inputs.
- Constrain cyber-capable AI with scoped tools and audited state Limit which systems a cyber-reasoning model can inspect, store, or act on, and log every action that crosses identity or infrastructure boundaries.
What's in the full article
Cogent's full blog post covers the technical details this analysis intentionally leaves at the framework level:
- IntrusionBench task design, including how hidden enterprise paths and execution-based verifiers were constructed
- Full benchmark methodology for black-box, grey-box, and white-box evaluation settings
- Trajectory analysis showing where general frontier models most often failed during long-horizon enterprise investigation
- Harness details on how model, context, tools, memory, policy, and verification were combined for the reported results
👉 Read Cogent's analysis of VR-1 and IntrusionBench for cyber reasoning →
Frontier cyber reasoning models: what it means for enterprise attack chains?
Explore further
AI attack-chain reasoning is now a governance problem, not just a model-evaluation problem. Once a model can investigate an enterprise like an adversary, the question is no longer whether it knows exploit techniques. The question is whether it can compose identity, cloud, runtime, and documentation into a completed intrusion. That shifts the control discussion toward blast-radius reduction, stateful detection, and access segmentation. Practitioner conclusion: evaluate AI systems as potential cross-domain attackers, not only as code reviewers.
A question worth separating out:
Q: Should organisations treat cyber-reasoning models as a new access risk?
A: Yes. If a model can investigate internal systems, recover from failure, and preserve useful state, it behaves like a high-speed adversary with memory. Organisations should treat exposure to such models as an access design problem, with scoped tools, narrow permissions, and strong audit trails.
👉 Read our full editorial: Frontier cyber reasoning models can chain enterprise attack paths