NCSC UK published the first authority-issued technical control baseline for an organisation's own agentic-AI deployments — sandbox tiers, credential-lifetime scoping, named human accountability and an emergency shutdown — explicitly as interim advice that formal guidance will supersede
Prior weeklies have tracked AI three ways: as an attacker capability, as a target in its own right, and — in the W32 entry on evaluation-vendor containment failures — as a governance problem for the organisations building it. This is the first of a fourth kind that this pipeline has carried: a national authority publishing technical controls for defending an organisation's own agentic deployments. It matters less for what it says than for the fact that a named authority has now said it, because that is the moment "how are you securing your agents" stops being an internal engineering conversation and becomes something a regulator, an auditor or a customer can point at.
NCSC UK is careful about the document's status and says so twice: "The NCSC has been researching and experimenting in this area for some time and is working with partners to develop formal guidance which will build upon, and ultimately supersede, this blog," and the interim advice exists to help organisations make informed decisions about how to deploy agentic AI systems securely within their environments in the meantime (NCSC UK, 2026-08-20).
The frame is proportionality, not a control list. The guidance opens by insisting that the recommendations apply proportionately to how much autonomy an agent actually has — some agents make suggestions or carry out tightly constrained tasks, others take actions against production systems with little or no human intervention — and that the greater the autonomy, the greater the impact if the agent malfunctions, accesses information it should not, or takes actions outside its intended scope. It then tells organisations not to treat model-level safeguards as holistic: built-in safety controls may be bypassed, may not hold in higher-risk environments, and are not sufficient to manage risk on their own.
The parts a SOC will care about. Three of the seven considerations are directly operational. On oversight, the guidance names three tiers — human-in-the-loop, where humans approve actions before they happen; human-on-the-loop, where humans monitor and can intervene; and human-out-of-the-loop — and, for higher-risk scenarios, recommends human oversight alongside technically enforced controls, with named individuals or groups made responsible for agentic-AI activities. On sandboxing, it supplies a four-level network maturity model that is unusually concrete for guidance of this kind: level 1 is unrestricted network access, level 2 restricts to an allowlist of approved domains, level 3 restricts to just the model's API, and level 4 is no external network access with the model hosted locally inside the network sandbox. It also tells designers to define the sandbox boundary across five axes rather than one — execution, network, compute, credentials and data — and notes that where allowlists lack the necessary granularity, protocol- or service-aware proxies allowing connections only by exception are the alternative. On credentials, the rule is stated plainly: "Where possible you should restrict the credentials available to the agent. Ensure it has only the permissions it needs for the task being performed and use credentials with the shortest possible lifetime," with a proxy injecting credentials into requests as the pattern that keeps the agent from holding them at all (NCSC UK, 2026-08-20).
The observability section is the one that puts this on a SOC's plate rather than an architect's. It asks for chain-of-thought traces and transcripts from the agent alongside sandbox-environment logs, warns that the log collection infrastructure is itself attack surface an agent might abuse to escape its sandbox, and states two requirements that read as compliance language because they are: "Where possible, logs should be immutable so you can trust them during an investigation," and "Agentic AI activity should be treated as a form of user activity" — which the guidance immediately operationalises as inclusion in 24/7 security monitoring and incident response, with a suggested rollout that runs initial experiments in office hours when more human oversight is available before expanding to overnight or weekend autonomous execution. The last consideration is an emergency shutdown that covers more than stopping the agent's processes: the ability to rapidly restrict network access to the agentic infrastructure and interrupt communication between agents and the inference infrastructure.
The NCSC has been researching and experimenting in this area for some time and is working with partners to develop formal guidance which will build upon, and ultimately supersede, this blog.
Where possible you should restrict the credentials available to the agent. Ensure it has only the permissions it needs for the task being performed and use credentials with the shortest possible lifetime.
Agentic AI activity should be treated as a form of user activity.
Where possible, logs should be immutable so you can trust them during an investigation.
Sources
AI-generated · no human review · this permalink is the shareable record for the finding · verify operationally critical claims against the linked primary source.