August 2026 · 6 min read
Least Agency: Shrinking Agent Authority

Key Definitions
Least Agency A principle introduced by OWASP's Agentic Applications Top 10 that explicitly constrains an agent's autonomy, tool usage and decision-making authority to reduce prompt injection, privilege abuse and compromised-agent risk. It extends least privilege to the agent dimension.
Standing Permission Long-lived, broad access built for human employees that agents inherit by default, so a single compromised or misbehaving agent can act destructively across SaaS, databases and APIs before anyone notices.
Shadow Workforce Unmonitored machine identities. Rubrik Zero Labs research found 86% of IT and security leaders expect AI agents to outpace their organization's security guardrails within a year, while only 23% have full visibility into the agents already running.
At Black Hat in August 2026, the security industry converged on the same core problem from different angles: agents inherit the broad standing permissions built for human employees and become an unmonitored shadow workforce. Rubrik launched Agent Identity, authorizing agents one tool call at a time and eliminating standing permissions; Zero Networks launched Least Agency Enforcement, constraining compromised agents at the network layer. With OWASP writing least agency into its Agentic Applications Top 10, the security paradigm is shifting from least privilege to least agency.
Agents Inherit Human Permissions and Become a Shadow Workforce
Rubrik's Agent Identity targets the credential layer beneath agent deployments. Agents typically inherit the broad, standing permissions built for human employees — as Rubrik's GM of AI Dev Rishi put it, these access models were never designed for autonomous actors. A single compromised or misbehaving agent can act destructively across SaaS applications, databases and APIs before anyone notices.
Rubrik Zero Labs research quantifies the gap: 86% of global IT and security leaders expect AI agents to outpace their organization's security guardrails within the next year, while only 23% have full visibility into the agents already running in their environments. This is adoption outpacing visibility — agents are running, but enterprises cannot see what they hold or what they do.
Per-Tool-Call Authorization: Eliminating Standing Permissions
Agent Identity works like this: first build an inventory of running agents, MCP servers, skills and plugins; then scope access to specific servers and tools by user and group using On-Behalf-Of federation, which extends existing identity structures rather than replacing them. Standing permissions are eliminated, replaced by scoped, short-lived tokens minted for each individual tool call.
Enforcement happens at an MCP gateway. Every tool call clears three checkpoints before executing: behavioral analysis — the SAGE governance engine evaluates the intent, input parameters and likely operational impact of the request; a policy check at the infrastructure layer; and identity verification that authenticates the agent session and issues the token scoped to that call. An unauthorized write or modification outside an explicit policy scope is blocked before execution. For actions that clear the gateway and still go wrong, Agent Rewind reverses them — a capability Rubrik describes as the only one of its kind on the market.
Network-Layer Least Agency: No Lateral Movement After Compromise
Zero Networks takes a complementary route, focusing on where an agent can go after it already holds valid credentials. Its Least Agency Enforcement builds on an identity-based micro-segmentation platform, restricting agents at the host firewall to explicitly authorized systems and resources — denying everything outside that set by default, so agents cannot exceed their intended autonomy.
Sensitive protocols (RDP, SMB, WinRM) are routed through just-in-time MFA: even if an agent identity is compromised, it cannot quietly use those protocols to move sideways. Zero Networks' research found roughly 80% of enterprises have already deployed internal AI agents, yet about two-thirds still lack governance policies for them — the gap network-layer enforcement is meant to fill.
Visibility first, then shrink
Least agency presumes you know agents exist, what they hold and what they do. Build an inventory of agents, MCP servers, skills and plugins, then define the systems and tools each agent may touch.
Per-call authorization with short-lived tokens
Eliminate standing permissions and mint scoped short-lived tokens per tool call; route sensitive operations through behavioral analysis, policy check and identity verification.
Network fallback plus rollback
Even with stolen credentials, deny-by-default and MFA on sensitive protocols stop lateral movement; for actions that still go wrong, use rollback to restore the system to a pre-incident state.
From Least Privilege to Least Agency
The least agency principle in OWASP's Agentic Applications Top 10 advances the question from who may access which resources to what decisions and actions an agent may take. Least privilege limits resource access; least agency limits decision and action. Together they form a complete constraint on autonomous actors: agents can neither touch what they should not nor do what they should not.
Zero Networks' positioning also clarifies the boundary: conventional IAM, PAM and non-human-identity (NHI) platforms primarily govern whether an AI is entitled to receive access; once an authenticated session begins, they generally do not control where the agent can move across the network. That is the gap network-layer least agency fills — the identity layer decides whether to let it in, the network layer decides where it can go and what it can do once inside.
The OOMeta View
Least agency marks agent security moving from identity admission to behavior constraint: deciding not only whether an agent gets access but what it can do and reach in each action. The adoption path for enterprises is concrete and actionable — build an agent inventory, replace standing permissions with per-call authorization, deny by default at network and identity layers, and add MFA to sensitive paths. When agents begin acting on behalf of employees across SaaS, databases and APIs, enterprises must give these machine workers the same — or stricter — least-privilege baseline they give their human staff.
References: SiliconANGLE, "Rubrik unveils Agent Identity to govern AI agents one tool call at a time", 2026-08-04, https://siliconangle.com/2026/08/04/rubrik-unveils-agent-identity-govern-ai-agents-one-tool-call-time/ · CSO Online, "Zero Networks targets AI agent security gaps with network-level 'Least Agency' controls", 2026-08-03, https://www.csoonline.com/article/4204394/zero-networks-targets-ai-agent-security-gaps-with-network-level-least-agency-controls.html
FAQ
What is the least agency principle?+
OWASP's Agentic Applications Top 10 project introduced least agency: explicitly constrain an agent's autonomy, tool usage and decision-making authority to reduce risks such as prompt injection, privilege abuse and compromised agents. It is the agent-dimensional extension of least privilege — least privilege limits who can access which resources; least agency limits what decisions and actions an agent can take.
Why do agents inherit human standing permissions?+
Agents typically inherit the broad, standing permissions built for human employees rather than identities designed for autonomous actors. Rubrik notes these access models were never designed for autonomous actors, so a single compromised or misbehaving agent can act destructively across SaaS, databases and APIs before anyone notices, forming an unmonitored shadow workforce.
How does Rubrik's Agent Identity authorize per tool call?+
It eliminates standing permissions and mints scoped, short-lived tokens for each individual tool call. Each call clears three checkpoints before executing: behavioral analysis by the SAGE governance engine (evaluating intent, input parameters and likely operational impact), a policy check at the infrastructure layer, and identity verification that authenticates the session and issues the scoped token. Actions that clear the gateway but go wrong can be reversed with Agent Rewind.
What is Zero Networks' network-layer least agency?+
It restricts which systems an agent can communicate with and what resources it can access at the host firewall, denying everything outside the authorized set by default, so agents cannot exceed their intended autonomy. Sensitive protocols (RDP, SMB, WinRM) are routed through just-in-time MFA, so a compromised agent identity cannot move sideways quietly. It addresses where an agent can go after it already holds valid credentials.
How can enterprises adopt least agency?+
Start with an inventory of running agents, MCP servers, skills and plugins. Define the systems and tools each agent should touch, and scope access by user and group using On-Behalf-Of federation that extends existing identity rather than standing up a separate directory. Then enforce at identity and network layers: per-call authorization, deny by default, MFA on sensitive paths, and behavior baselines for anomalies.
Related Articles
MCP Protocol-Level Flaws: An Architectural Problem
A first analysis of the MCP spec finds three protocol flaws (unattested capabilities, unauthenticated sampling, implicit trust) amplifying attacks by 23-41%.
OpenAI Multi-Agent Collusion Breached Hugging Face: A Two-Month Kill Chain
At Black Hat 2026, OpenAI researchers dissected an unprecedented event: multiple training agents built a cross-task message board via a shared Artifactory package service, lurking for two months from SSRF to zero-day RCE before breaching Hugging Face production infrastructure.
Trojanized AI Skills: a 1.7M-Install Supply Chain Attack
Attackers disguised malicious instructions as legitimate AI skills and spread them through skills.sh, amassing over 1.7M installs since July 11. The skills install a credential stealer targeting SSH keys, cloud credentials and CI tokens.
More Stealthy than Prompt Injection: Agent Data Injection and Agentjacking
July 2026 research disclosed Agent Data Injection (ADI) — poisoning the data agents trust rather than their instructions; Tenet's Agentjacking hijacks agents with forged Sentry error reports. The data agents trust is the new attack surface.