TL;DR: AI agents fail differently from traditional workloads because non-deterministic behavior can keep going after a bad action instead of stopping, so Saviynt’s five-layer model centers on continuous validation across identity, intent, access, and behavior. That makes access review assumptions, static authorisation, and single-point controls insufficient when AI agents operate inside enterprise systems.
NHIMG editorial — based on content published by Saviynt: Building Defense in Depth for AI Agents, a five-part series
Questions worth separating out
Q: How should security teams govern AI agents that can change actions at runtime?
A: Security teams should govern runtime AI by correlating identity, data, and intent before trusting an action path.
Q: Why do traditional IAM controls struggle with autonomous AI agents?
A: Traditional IAM assumes predictable users or static machine accounts, but AI agents can act independently, interact with multiple systems, and generate new access needs over time.
Q: What signals show that an AI agent is operating outside its intended purpose?
A: Look for mismatches across identity, data, model behaviour, posture, and environment.
Practitioner guidance
- Map each AI agent to an accountable owner and lifecycle state Block production access for agents that are unowned, suspended, or not explicitly approved.
- Separate permission checks from intent checks Treat valid authorisation as necessary but insufficient.
- Baseline normal agent behaviour before enforcement Start anomaly detection in monitor mode, learn expected tool frequency, tool novelty, and parameter patterns, then move to blocking when confidence is high enough to distinguish drift from normal variation.
What's in the full article
Saviynt's full post covers the implementation detail this analysis intentionally leaves for the source:
- Step-by-step explanation of how the five-layer architecture is enforced across the AI agent lifecycle.
- Operational detail on how platform guardrails, PBAC, and intent checks are combined at runtime.
- Examples of how the model is integrated through gateways such as AWS AgentCore, GCP, and Kong.
- Walkthrough of the data-exfiltration use case and how each layer interrupts the attack path.
👉 Read Saviynt's five-part series on defense in depth for AI agents →
AI agent identity defense in depth - are your controls keeping up?
Explore further
View Full Forum → | NHI Foundation Course → | Our Services →
Continuous verification is the right baseline for AI agent governance, not an optional enhancement. Non-deterministic agents invalidate the assumption that once a request is authorised it remains safe through completion. That assumption was designed for predictable workloads with stable execution paths. The implication is that governance must move from pre-execution approval to runtime decisioning.
A few things that frame the scale:
- 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, 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 do layered controls reduce AI agent security risk?
A: Layered controls reduce risk by making each checkpoint independent. Platform guardrails limit baseline behaviour, governance rules decide whether the agent should operate, PBAC handles runtime access, intent analysis catches semantic misuse, and anomaly detection spots behavioural drift. Together they prevent one weak control from becoming a full compromise path.
👉 Read our full editorial: Defense in depth for AI agent identity requires continuous verification