Issue 012 organizations name it2026 evidence
The containment boundary is a single component nobody treats as load-bearing
Isolation is described as an environment property, but in practice one proxy, gateway or egress path is the only thing between the system and everything else - and it is maintained as ordinary infrastructure.
In the documented case the network boundary was a package-registry cache proxy, present for a sound operational reason, and a zero-day in it was sufficient to convert a contained environment into an uncontained one. The generalisation is to ask, for each environment, which single component would have to fail for containment to be lost - and then to check whether the team maintaining it knows that is its job.
How to fix it — 1 approach, 3 steps
Name the single component that holds containment
For each environment, identify the one component whose failure ends containment, and treat it as a security control with an owner.
Done when Each environment running models names the component that holds containment, the team maintaining it has been told in writing that it is a security control, and a second independent constraint is documented behind it.
- For each environment running models, name the component that holds the boundary.
- Tell the team that maintains it that it is a security control, and patch it accordingly.
- Add a second, independent constraint so the boundary is not one component deep.
The evidence — 5 documents
| Organization | Document | Position |
|---|---|---|
| CISAOther · April 2026 | Careful adoption of agentic AI servicesOur reading Names the boundary explicitly as being between agent environments rather than at the edge of the system, and describes what its absence buys an attacker: a compromise in one enclave pivots laterally into the others. Its structural section goes further than containment - tightly coupled planning, retrieval and execution agents can degrade without any attacker at all, replanning and handing off until resources strain, at which point hallucinated output is accepted downstream as fact.Poor segmentation between agent environments | names it |
| OpenAIFrontier lab · July 2026 | Security incident during model evaluation, with Hugging FaceOur reading Describes an isolated environment whose network access was constrained to package installation through an internally hosted proxy and cache, and a zero-day in that proxy as the route to open internet access.The proxy as the boundary | names it |
| AWSHyperscaler · April 2025 | Navigating the security landscape of generative AIOur reading Proposes building the system in separable pieces so a fault or a compromised component is contained where it happens, and running agents in sandboxes that keep them off the sensitive parts of the system rather than relying on one boundary to hold.Decouple the parts so a failure stops at one of them | proposes a fix |
| Booz Allen HamiltonConsultancy · December 2024 | Countering enterprise AI security threatsOur reading Proposes layering so that a single component failing does not end containment, which is exactly what a single-proxy boundary lacks.Defence in depth for deployments | proposes a fix |
| FS-ISACInstitution · April 2026 | Preparing the enterprise for AI-enabled vulnerability discoveryOur reading Asks for controls that intervene rather than observe - segmentation, isolation between systems, and blocking an exploit while it runs - and then adds the sentence most guidance leaves out: that containment of this kind may take services down, so the playbook has to be written to expect that and agreed before the day it is needed. A boundary nobody is permitted to close is not a boundary.Say in advance that containment will break things | proposes a fix |