By NHI Mgmt Group Editorial TeamPublished 2026-02-09Domain: Agentic AI & NHIsSource: Hush Security

TL;DR: AI agents are being given long-lived API keys, database credentials, and SaaS tokens, creating a data-exfiltration surface that traditional secrets rotation and monitoring cannot contain, according to Hush Security. The core problem is that static credentials cannot express runtime identity, task context, or policy intent, so access remains valid even when the agent is manipulated.


At a glance

What this is: This analysis argues that AI agents are inheriting a broken static-credentials model, turning them into high-speed, high-scale data-exfiltration paths.

Why it matters: IAM, PAM, and NHI teams need to treat agent access as a runtime identity problem because static secrets cannot enforce least privilege, task scoping, or containment.

By the numbers:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.

👉 Read Hush Security's analysis of AI agent identity risk and policy-based access


Context

AI agent identity is the problem space here. An agent that authenticates with long-lived keys, broad SaaS tokens, or static database credentials can act like a service account, but with far less predictability and far more reach. That breaks the usual assumption that access can be granted once and governed later through review or rotation.

The governance gap is not just secret exposure. It is the absence of runtime identity context, task scoping, and enforcement at the point of action. For organisations already struggling to manage non-human identities, agentic access extends the same control problem into systems that can chain actions across LLM APIs, MCP servers, databases, and third-party services.


Key questions

Q: How should security teams manage AI agent access without relying on static secrets?

A: Security teams should move agent access to runtime identity and per-request policy enforcement. Static secrets can authenticate an agent, but they cannot express task scope, data boundaries, or execution intent. Access should expire when the task ends, and each request should be evaluated against workflow, resource, and time policy.

Q: Why do AI agents increase the risk of data exfiltration in IAM programmes?

A: AI agents increase risk because they can operate continuously, chain multiple tools, and reuse standing credentials across systems. A compromised agent can move from data retrieval to downstream actions without a human approval gate. That makes blast radius larger and containment harder than with ordinary service accounts.

Q: What breaks when AI agents are governed like ordinary service accounts?

A: What breaks is the assumption that access is stable, contextual, and easy to review later. Agent behaviour can change at runtime, but service-account governance often treats access as a fixed entitlement. That leaves auditors with logs, not decisions, and security teams with broad permissions instead of controlled actions.

Q: How can organisations audit agent access in a way auditors can trust?

A: Organisations should log the agent identity, the task it was performing, the data it touched, and the action it triggered. If the record only shows a token or service account, the audit trail is too weak to prove intent, ownership, or containment. Good auditability is identity plus context.


Technical breakdown

Static credentials cannot express agent intent

Most agent deployments still authenticate with the same primitives used by legacy services: API keys, database passwords, and SaaS tokens. Those credentials authenticate a caller, but they do not encode why the caller is acting, which workflow it is executing, or whether the request matches business intent. That creates non-contextual access, where valid credentials remain usable even when the agent has been manipulated. In practice, the control plane is blind to the difference between approved task execution and prompt-injected abuse.

Practical implication: replace embedded static secrets with runtime identity and task-bound authorisation.

MCP and SaaS integrations expand the blast radius

Agents become dangerous when they can chain identity across systems. A single runtime identity may call an LLM API, pull data from Postgres or Snowflake, then trigger a write action in Stripe or another SaaS platform. If each hop relies on standing credentials, compromise at one layer can propagate through the chain without friction. MCP servers make this risk sharper because they connect tool access to agent behaviour, not just to human-approved workflows.

Practical implication: scope each agent to specific workflows, tools, and actions rather than to broad platform access.

Why policy-based access changes the control model

Policy-based identity shifts enforcement from secret possession to runtime decision-making. Instead of asking whether a key is valid, the system asks whether this agent, for this task, on this resource, at this moment, should be allowed. That model supports just-in-time access, automatic expiry, and per-request evaluation. It is the difference between static entitlement and governed execution, which matters when an agent can operate continuously and at machine speed.

Practical implication: evaluate every agent request against task, resource, and time policy before access is granted.


Threat narrative

Attacker objective: The attacker aims to turn a trusted AI agent into a repeatable exfiltration channel that exposes data, credentials, and downstream SaaS actions.

  1. Entry occurs when an AI agent is provisioned with long-lived credentials for LLMs, databases, or SaaS systems, giving an attacker or malicious prompt a reusable access path.
  2. Escalation happens when the agent is manipulated into broader queries, cross-service calls, or write actions that exceed the task it was supposed to perform.
  3. Impact is silent data exfiltration at scale, because the same standing credentials can keep working across systems until they are manually revoked.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Static credentials were designed for callers whose purpose is known at provisioning time. That assumption fails when the actor is an AI agent because the same identity can select actions, combine tools, and change execution paths at runtime. The implication is not simply better secrets hygiene. It is that access review and rotation controls are being asked to govern behaviour they were never designed to observe.

Policy-based identity is now the only defensible control plane for agentic access. Hush Security's analysis is useful because it exposes a wider market truth: once agents can chain LLMs, MCP servers, databases, and SaaS tools, the control problem becomes runtime authorisation rather than credential storage. For practitioners, this validates a shift away from standing secrets and toward task-scoped, per-request enforcement.

Identity blast radius is the right named concept for this risk. A single compromised agent can traverse multiple systems with one credential set, so the real failure mode is not just exposure but amplified reach. This is the same governance pattern NHI teams already see with over-provisioned service accounts, but agentic systems increase the speed and multiplicative effect. Practitioners should treat blast-radius control as the primary design objective.

Agent governance now overlaps NHI governance and IAM governance in a way most programmes are not structured to handle. The agent is not a human user, but it is also not a passive workload because it initiates action sequences and can chain tools independently. That puts ownership questions, auditability, and privilege boundaries in the same problem set. The practical conclusion is that identity teams need a shared model for human, NHI, and agent access, not separate exceptions.

Runtime enforcement matters more than secret rotation once agent behaviour can cross systems. Rotating a leaked key may reduce exposure time, but it does not fix the deeper issue that the key itself grants static, non-contextual power. When access persists across tasks, environments, and services, governance breaks at the point of use. Practitioners need controls that decide each request, not controls that merely recycle credentials later.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials, according to AI Agents: The New Attack Surface report.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation, according to SailPoint.
  • OWASP Agentic Applications Top 10 is the right next reference point for teams translating agent risk into concrete controls.

What this signals

Identity blast radius is becoming the practical unit of risk for agentic systems. Once an AI agent can call LLMs, query databases, and trigger SaaS actions, the question is no longer whether a key is valid. It is how far one compromised runtime identity can move before containment begins. Teams should prepare for governance models that treat agent access as a living execution path, not a static entitlement.

With 92% of organisations saying governing AI agents is critical but only 44% having implemented policies, the programme gap is no longer theoretical. The organisations that move first will be the ones that can prove task scoping, auditability, and containment before agent sprawl becomes operational debt.

For IAM and NHI teams, the near-term signal is that secret rotation alone will not satisfy security, audit, or resilience requirements. The better test is whether an agent can be limited to a single workflow, a single data set, and a single window of execution without leaving standing access behind.


For practitioners

  • Inventory every agent-held credential path Map where agents currently use long-lived API keys, database passwords, and SaaS tokens. Include hidden paths inside orchestration code, MCP tool connectors, and vendor SDK wrappers so you can see where standing access exists.
  • Move agent access to task-scoped policy Require per-request authorisation tied to agent identity, workflow, resource, and time. Use just-in-time access where the permission expires when the task ends rather than when a timer eventually runs out.
  • Constrain cross-system chaining Limit which tools an agent can call in sequence, especially when the chain moves from read access to write or execute actions. Separate approval zones for data retrieval, model invocation, and third-party actions.
  • Build audit trails that name the agent and the task Log the agent identity, the task context, the dataset accessed, and the downstream action taken. Audit records that only show a token or service account are not sufficient for breach investigation or compliance evidence.
  • Test containment before production rollout Simulate prompt injection, tool misuse, and credential leakage to see whether one compromised agent can reach multiple systems. Use those exercises to prove where blast radius stops and where it still spreads.

Key takeaways

  • AI agents inherit the worst part of the static-credentials model, because long-lived secrets cannot capture runtime intent or task context.
  • The evidence already shows wide scope creep, with most organisations reporting agents acting beyond intended boundaries and many lacking audit visibility.
  • Practitioners should move to policy-based, task-scoped agent identity now, because rotation and monitoring do not contain a compromised agent at the point of use.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1Agent tool chaining and scope drift are central to this article.
OWASP Non-Human Identity Top 10NHI-03Static secrets and broad permissions create the NHI risk pattern described here.
NIST CSF 2.0PR.AC-4Runtime access control and least privilege are directly implicated by agent identity use.

Replace long-lived agent secrets with task-scoped credentials and enforce least privilege.


Key terms

  • Agentic access: Access granted to an AI agent that can choose actions and chain tools during runtime. In security terms, it must be governed as an execution identity, not just as a software process, because its behaviour can change across sessions and tasks.
  • Static credentials: Long-lived keys, tokens, passwords, or certificates that remain valid until they are rotated or revoked. For AI agents, static credentials are dangerous because they do not encode task context, so the same secret can be reused across unrelated actions.
  • Identity blast radius: The amount of damage one identity can cause if it is compromised or misused. For agents, blast radius is shaped by how many systems, datasets, and actions the identity can reach in one session before containment or expiry occurs.
  • Runtime identity: An identity evaluated at the moment of access rather than only at provisioning time. It allows policy to decide whether a specific agent, performing a specific task, should reach a specific resource right now, which is essential for agentic governance.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by Hush Security: AI agents are rapidly moving from experimental tools to first-class actors inside production environments. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-02-09.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org