TL;DR: Agentic AI systems can plan, decide, and execute across workflows and APIs without direct human input, which expands attack surface, complicates accountability, and raises regulatory risk, according to WitnessAI. Access review processes assume privilege is stable long enough to certify; autonomous agents can acquire, use, and discard access inside a single execution window.
NHIMG editorial — based on content published by WitnessAI: What is Agentic AI? Security, ethical, and governance challenges
Questions worth separating out
Q: How should security teams govern autonomous AI agents in production?
A: Treat each autonomous agent as a governed identity with explicit ownership, narrow entitlements, and runtime monitoring.
Q: Why do agentic AI systems complicate zero trust assumptions?
A: Zero trust assumes every request can be continuously evaluated, but agentic systems can generate chains of requests at machine speed across multiple tools.
Q: What do security teams get wrong about AI agent risk?
A: They often focus on the model and ignore the identity that executes the work.
Practitioner guidance
- Assign each production agent a distinct identity Bind every autonomous agent to a unique principal, separate from human administrators and from other agents.
- Constrain runtime actions, not just deployment permissions Define which tools, APIs, and workflow steps an agent may invoke during execution, then test those boundaries under realistic prompts and multi-step tasks.
- Instrument action-level logging and attribution Capture every tool call, data access event, and workflow transition with immutable logs that can be tied back to the agent identity and the triggering context.
What's in the full article
WitnessAI's full article covers the operational detail this post intentionally leaves for the source:
- Its specific breakdown of autonomy, unintended actions, and compliance gaps in agentic systems.
- Its discussion of guardrails, observability, and human-in-the-loop oversight for production deployments.
- Its recommendations on AI supply chain validation, including third-party models, APIs, and plugins.
- Its closing guidance on governance frameworks and lifecycle management for autonomous systems.
👉 Read WitnessAI's analysis of agentic AI security risks and governance controls →
Agentic AI security risks: what IAM and governance teams are missing?
Explore further
Agentic AI security is an identity governance problem before it is a model safety problem. The article describes systems that can plan, decide, and execute across workflows with system-level permissions, which makes the actor an identity subject as much as a model. That means governance must track the principal, the permission set, and the action trail together. Practitioners should treat agent access as governed identity, not just application feature flagging.
A few things that frame the scale:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, sharing sensitive data, and revealing access credentials.
A question worth separating out:
Q: How can organisations reduce the blast radius of autonomous agents?
A: Limit each agent to the smallest useful tool set, the smallest useful data scope, and the smallest useful workflow boundary. Then monitor for cross-system chaining, because that is where risk compounds. If the agent cannot move freely between services, the blast radius stays containable.
👉 Read our full editorial: Agentic AI governance is colliding with autonomy at runtime