Question 53 of 53
What AI agent security controls do we need as agent autonomy expands?
By Cody Maxwell · AI Governance Institute · August 2026
The security controls agentic AI needs once autonomy expands beyond initial deployment: multi-agent trust hierarchies, non-human identity management, kill-switch testing, and the agent governance sign-off that should gate every expansion.
If you only do 3 things, do this:
- 1.Autonomy expansion needs its own approval gate, separate from the one that authorized initial deployment. An agent that earned trust doing one task does not automatically deserve broader scope for another.
- 2.Multi-agent systems need an explicit trust hierarchy before they need anything else. Once one agent can direct or supervise another, you need a documented answer for which one's authority wins when they disagree.
- 3.Test the kill switch before you need it. One that only halts the top-level agent process, and not every delegated sub-agent or spawned task, is not a kill switch. It is a false sense of one.
The Situation
Who this is for: Security and governance teams operating agentic AI systems that have moved past initial deployment and are now expanding in scope, autonomy, or number of cooperating agents
When you need this: When considering whether to expand an agent's permissions or task scope, when deploying multi-agent or agent-to-agent systems, or when building the incident response plan for an agent that goes wrong
The Decision
Has this agent earned the autonomy it is about to be given, and can we stop it completely if it turns out we were wrong?
The Steps
- 1Define autonomy expansion criteria before any agent's scope grows: minimum operating history, error rate thresholds, and the required sign-off for each tier of expanded autonomy
- 2Map the trust hierarchy for any system where multiple agents interact: which agent's instructions take precedence, and what happens when two agents receive conflicting directives
- 3Assign every agent, sub-agent, and spawned process its own non-human identity, with an expiration and re-certification date, the same as any service account
- 4Monitor for scope drift on agent credentials: alert when an agent's granted permissions expand beyond what its original task definition specifies, not only when it exceeds a hard-coded limit
- 5Build a kill switch that propagates to every delegated sub-agent and spawned process, then actually test it, do not assume it reaches everything it should
- 6For agents operating in the highest-risk categories, cyber-offense-capable tooling or biological and chemical design assistance, run a dedicated security assessment before deployment rather than a standard risk classification
- 7Put in writing which governance tooling, permission enforcement, audit logging, kill switch, is actually wired into each agentic deployment, instead of assuming coverage because a policy document says it should be there
The Artifacts
- —Autonomy expansion approval criteria and sign-off log
- —Multi-agent trust hierarchy diagram with conflict-resolution rules
- —Non-human identity register with expiration and re-certification dates for every agent and sub-agent
- —Credential and permission scope drift monitoring configuration
- —Kill-switch propagation test results, logged agent by agent
- —Written attestation of which governance controls are enforced in each agentic deployment
The Output
A documented autonomy expansion process, a defined trust hierarchy for multi-agent systems, a tested kill switch that reaches every delegated process, and a written record of which security and governance controls are actually enforced rather than assumed.
Agent security and agent governance are not the same problem
Agent security is about resisting an adversary: can an attacker manipulate this agent into misusing the credentials and permissions it already holds? Agent governance is about accountability: who decided this agent should have those permissions in the first place, and who signs off when that scope grows? Most organizations that deploy agentic AI address the first question at launch and never build a repeatable process for the second, which means every expansion of an agent's autonomy after initial deployment happens without the review it deserves.
That gap tends to widen quietly. An agent given narrow, well-scoped access for one task picks up incremental permissions over time as engineers extend it to adjacent workflows, and none of those individual extensions look risky enough on its own to trigger a formal review. The result, months later, is an agent operating with a permission set nobody explicitly approved and nobody can fully account for.
Trust between agents needs an explicit hierarchy
Once one agent can delegate work to another, supervise another, or act on another's output, the system needs a documented trust hierarchy. Without one, what happens when two agents receive conflicting instructions, or when a subordinate agent's output contradicts the system that spawned it, is decided by default software behavior rather than by anyone's policy decision. That is not a hypothetical edge case. Multi-agent architectures that chain delegation across several layers make it routine.
A usable trust hierarchy specifies, for every pair of agents that can interact, whose instructions take precedence, what a subordinate agent is permitted to do without checking back, and how a delegation chain gets logged so a reviewer can reconstruct which agent authorized which action after the fact. Treat this the same way you would treat a human org chart for an unusual approval: if you cannot answer who had authority in the moment, you do not have a governed system, you have a collection of agents that happen to work most of the time.
Non-human identity and credential drift
Every agent, and every sub-agent or task it spawns, needs its own identity rather than inheriting credentials from whatever process launched it. Shared or inherited credentials make it impossible to attribute an action to the specific agent instance that took it, which is precisely the information you need when something goes wrong. Non-human identities should carry an expiration and a re-certification date, the same discipline applied to any human or service account, rather than being provisioned once and left alone indefinitely.
Credential scope drift is the quieter version of the same risk. An agent's permissions were reviewed and approved at deployment, but nothing monitors whether those permissions have since expanded through routine configuration changes, a broadened OAuth scope, or a well-meaning engineer solving an unrelated problem the fastest way available. Alert on drift from the originally approved scope, not only on breach of some hard outer limit. A limit set generously enough to never trigger is not a control.
The kill switch has to reach every delegated process
A kill switch that halts the top-level agent while its delegated sub-agents, spawned background tasks, or scheduled follow-up actions keep running is not a kill switch. It is a control that looks complete on a diagram and fails the first time it is actually needed. Multi-agent and agentic coding systems routinely spawn processes that outlive the parent agent's own execution context, and an emergency stop that does not account for that gives a false sense of containment.
Test propagation the same way you would test a disaster recovery plan: on a schedule, against a realistic scenario, and with the result documented rather than assumed. Environment isolation, running agent-executed code and tool calls inside a sandbox with no path to production systems, reduces how much damage happens in the window between an incident starting and the kill switch actually reaching every process it needs to stop.
The highest-risk agentic deployments need their own security assessment
Most agentic deployments will never approach the risk ceiling this section describes, and a standard risk classification is enough for them. But agents given cyber-offense-capable tooling, or assistance with biological or chemical design tasks, sit in a different category, and a general-purpose risk questionnaire will not surface the specific failure modes that matter at that end of the spectrum. These deployments warrant a dedicated security assessment before launch, not an accelerated version of the standard one.
Pair that assessment with a written attestation of which governance tooling is actually enforced in production: permission boundaries, audit logging, and the kill switch, named specifically, not implied by a policy document. The gap between what governance controls a program believes are in place and what is actually wired into a given deployment is where the most consequential agentic AI incidents tend to originate, and it is closeable with a document that takes an afternoon to produce and an hour to verify.
Governance Controls
Operational controls that implement the guidance in this playbook.
Not sure where to start? Answer 3 questions and get a tailored compliance action plan.
What applies to me? →More guidance like this, every week
New playbook articles, governance controls, and the regulatory changes driving them. Every Thursday.
