Why per-agent governance does not scale
Most organisations still govern agents the way they governed the first one: a human reviews its prompt, checks its tool list, and signs off. That works for agent one. It does not work for agent one thousand, for four structural reasons.
Identity sprawl. Only 22% of teams treat agents as independent identities; the rest still rely on shared API keys and service accounts (Gravitee, "State of AI Agent Security Report 2026"). When agents share credentials, you cannot tell which agent did what, so per-agent review is fiction from the start, there is no "per-agent" to review.
Credential reuse and over-privileging. CSA's whitepaper found that one in twenty non-human identities carries full administrative privileges, and 47% of AI-related credentials had not been reviewed or rotated in over a year.
Separately, 70% of organisations grant AI systems more access than they would give a human doing the same job, and systems with least-privileged access showed a 17% incident rate against 76% for over-privileged ones (Cloud Security Alliance, 2026; nhimg.org summary of CSA's State of Non-Human Identity Security survey, 2026). A one-off manual review at deployment does not catch privilege that accumulates afterwards.
Policy drift. Rules set at an agent's launch do not stay enforced as the agent is modified, redeployed, or copied into a new pipeline by someone who never saw the original review.
GitGuardian's 2026 State of Secrets Sprawl report recorded AI-service-related secret leaks rising 81% year over year to over 1.27 million exposed secrets, with eight of the ten fastest-growing leak categories tied to AI infrastructure, orchestration layers, RAG pipelines, vector stores, that did not exist when the original controls were written (GitGuardian, "The State of Secrets Sprawl 2026," blog.gitguardian.com).
Point-in-time review cannot keep pace with infrastructure that is added continuously.
No aggregate evidence. Even where individual agents are reasonably governed, most organisations cannot answer fleet-level questions: which agents touched a given system last month, which credentials are still live, which agent caused an incident.
Only 19.7% of organisations say all their agents are fully secured and governed before going live (Gravitee, 2026), and 88% report a confirmed or suspected AI agent security incident in the past year (same report). Sixteen percent of organisations do not even track the creation of new AI-related identities (Cloud Security Alliance, 2026).
Per-agent sign-off produces per-agent paperwork, not fleet-wide evidence, so when an incident happens the honest answer to "show me what every agent with this permission did" is often that nobody knows.
OWASP's Top 10 for Agentic Applications for 2026 names this directly as ASI03, Identity and Privilege Abuse: agents inherit credentials such as user sessions, API keys, and OAuth tokens, and attackers exploit trust and delegation chains to escalate access or execute unauthorised actions through that inherited credential (OWASP GenAI Security Project, "OWASP Top 10 for Agentic Applications for 2026").
NIST's own risk framework, built around Govern, Map, Measure, and Manage, was written for a single AI system's lifecycle and extended for generative AI risks in NIST AI 600-1; it does not, on its own, give you a mechanism for treating a fleet as a population with aggregate state (NIST, "AI Risk Management Framework," nist.gov/itl/ai-risk-management-framework).