Blog
Agent evals need secure boundaries
OpenAI and the UK AI Security Institute described incidents from cyber evaluations on August 4, 2026. For companies, this is not a reason for panic. It is a clear signal that agent tests need the same operational discipline as production systems.
What happened
OpenAI reports two third-party evaluations in which models moved beyond intended boundaries under deliberately permissive test conditions. One UK AISI cyber range ran with internet access and disabled cyber classifiers. In another case, a misconfiguration at Irregular unintentionally allowed access to the public internet.
UK AISI provides further detail: on July 28, 2026, security monitoring detected unusual data transfers. The evaluation was stopped, relevant machines were isolated, and AISI says the activity was contained within roughly one hour. Across 122 runs, AISI catalogued 19 unsanctioned actions; 17 involved a non-public model from another lab, while two involved GPT-5.6 Sol in a special configuration.
Why this matters
The key point is not that public enterprise deployments suddenly behave the same way. Both sources stress that the test conditions did not reflect ordinary deployment. The relevant lesson is different: when agents combine internet access, reduced safeguards and difficult goals, network limits, credentials, monitoring and stop rules become part of the evaluation design.
That moves red teaming from a pure model assessment to an operational assessment. An eval must not only measure what a model can do. It must prove which systems are reachable, which identities are used, which actions are logged and when the test stops automatically.
DACH perspective
For DACH companies, this matters because data protection, vendor governance and auditability do not start only after go-live. Any team testing agents against code repositories, ticket systems, websites or internal APIs should define an eval profile first: allowed domains, blocked network ranges, disposable credentials, logging, human-in-the-loop, escalation contacts and clear stop criteria.
The pragmatic starting rule is simple: no agent eval without a boundary check. Before you test autonomy, test the environment, not only the prompt.