By NHI Mgmt Group Editorial TeamPublished 2026-03-30Domain: Agentic AI & NHIsSource: Lasso Security

TL;DR: Agentic AI changes the threat model by adding memory poisoning, tool misuse, privilege compromise, untraceability, and identity spoofing to the risk stack, according to Lasso Security, while OWASP’s agentic AI guide is used to frame the control problem. The real shift is that governance now has to handle runtime behaviour, not just static permissions, because agent decisions can evolve after deployment.


At a glance

What this is: This is an analysis of the main security threats in agentic AI, with the key finding that autonomy, memory, tools, and inherited privilege create new identity risks beyond traditional LLM security.

Why it matters: It matters because IAM, NHI, and PAM teams need to govern agent identity, tool access, and auditability before autonomous behaviours outpace existing controls.

By the numbers:

👉 Read Lasso Security's analysis of the top agentic AI security threats for 2026


Context

Agentic AI security is the problem of controlling software entities that can choose actions, select tools, and keep acting across sessions. The governance gap is not just prompt safety, but identity, privilege, and accountability when the system behaves like a runtime actor rather than a passive application.

For IAM programmes, that means the old assumption that permissions are fixed, reviewable, and tied to a stable human operator no longer holds cleanly. Agent memory, tool access, and delegated authority turn a model into a non-human identity that can create its own blast radius unless the programme can see and constrain it.

If you are already mapping controls for autonomous systems, pair this topic with the OWASP Agentic AI Top 10 and OWASP NHI Top 10 to separate model risk from identity risk and avoid treating all AI behaviour as the same control problem.


Key questions

Q: How should security teams govern AI agents that can use tools and memory?

A: Security teams should treat AI agents as identities with runtime authority, not as ordinary applications. That means scoping their credentials, limiting tool access to specific tasks, governing memory as durable state, and logging every action path. The aim is to constrain behaviour as well as permissions, because agent risk emerges at execution time.

Q: Why do AI agents create more identity risk than traditional LLM applications?

A: AI agents create more identity risk because they can persist state, choose tools, and carry out actions over time. Traditional LLM applications usually produce outputs inside a single request-response cycle, but agents can act across workflows and reuse access. That makes privilege, traceability, and impersonation much harder to govern.

Q: What breaks when an AI agent inherits broad user privileges?

A: When an AI agent inherits broad user privileges, the boundary between intended assistance and unauthorised action collapses. The agent can access systems, share data, or trigger workflows that were never meant for its task. This creates a larger blast radius than the original human user usually expects, especially when the agent is not tightly scoped.

Q: How can organisations tell whether agentic AI controls are working?

A: Organisations can tell controls are working when each agent action is tied to a known identity, a narrow scope, and an auditable decision trail. If logs cannot show who or what acted, which tool was used, and why the action was allowed, governance is incomplete. Effective control reduces surprise behaviour, not just alert volume.


Technical breakdown

Memory poisoning in agentic AI systems

Memory poisoning happens when an attacker seeds false instructions, facts, or state into an agent’s short- or long-term memory so that later decisions are influenced by corrupted context. In agentic systems, memory is not just a cache. It becomes part of the decision surface, which means the attack can persist across sessions and affect future tool use, retrieval, or planning. This is structurally different from a one-off prompt injection because the malicious input can survive beyond the original interaction and shape downstream actions.

Practical implication: isolate session memory from durable memory and treat memory provenance as an access control problem, not just a content moderation issue.

Tool misuse and privilege compromise

Tool misuse occurs when an agent is tricked into invoking permitted tools in an unsafe way, while privilege compromise happens when the agent inherits a user or service identity that is broader than its task requires. These failures are closely related because the tool layer and the identity layer combine at runtime. If the agent can call APIs, send messages, move data, or trigger workflows, then authorization must be scoped to both the tool and the action context, not simply the account behind the agent.

Practical implication: bind each agent to narrowly scoped credentials and separate tool permissions from the human or service account that created the workflow.

Repudiation, identity spoofing, and missing audit trails

Agentic systems can make multiple decisions without a human stepping in, so weak logging quickly becomes a governance failure. If logs do not record prompt, tool call, identity context, and decision path, investigators cannot reconstruct what the agent did or whether it acted under impersonation. Identity spoofing becomes more dangerous in multi-agent environments because one agent can appear to be another persona, especially when session-scoped keys or weak mutual authentication are in place.

Practical implication: require immutable event logging that ties each action to an identity, a session, and a tool invocation trail.


Threat narrative

Attacker objective: The attacker aims to turn a trusted agent into a controllable execution layer that leaks data, abuses tools, and performs unauthorised actions under legitimate identity context.

  1. Entry begins when an attacker supplies a crafted prompt, poisoned memory entry, or deceptive tool input that reaches an agent with active memory and tool access.
  2. Escalation follows when the agent uses inherited privileges or unsafe tool permissions to perform actions that extend beyond the intended task scope.
  3. Impact occurs when the agent completes unauthorised workflow actions, leaks data, or obscures accountability through poor logging or identity spoofing.

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


NHI Mgmt Group analysis

Agentic AI is not just another NHI category. It collapses the boundary between identity, application, and decision-making, which means security teams can no longer assume that permission sets describe behaviour. The article’s threat list makes that clear by showing how memory, tools, and inherited privileges interact at runtime. That combination creates a control problem that sits across IAM, PAM, and application security, so practitioner programmes need a joined-up identity model rather than separate AI and NHI silos.

Memory poisoning is a named concept worth separating from prompt injection. Prompt injection tries to steer a single interaction, while memory poisoning attempts to alter the agent’s persistent state and future behaviour. That is a more durable failure mode because it changes the context the agent trusts over time. Practitioners should treat persistent memory as governed state with lifecycle controls, not as an implementation detail hidden inside the model layer.

Privilege compromise in agentic systems exposes a classic NHI mistake: assuming least privilege can be defined once at provisioning time. That assumption was designed for actors whose task boundaries are stable. It fails when an agent can chain tools, adapt plans, and reuse credentials across dynamic workflows. The implication is that access governance must be evaluated against runtime behaviour, not just the original approval record.

Identity spoofing and untraceability show that observability is now part of identity governance, not just monitoring. If an autonomous system can act, impersonate, or delegate without durable evidence, then accountability breaks even when the underlying account technically exists. This is where NHI governance, PAM, and audit design converge, because the question is no longer only who has access, but whether the actor behind the access can be proven after the fact.

OWASP-style agentic AI guidance is useful, but it is not enough on its own unless it is paired with NHI governance. The article illustrates why agent risk is partly an identity problem and partly a behaviour problem. Organisations that treat agents as ordinary application components will understate the blast radius, so the practical conclusion is to govern agents as identities with tool authority and measurable scope.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%), according to AI Agents: The New Attack Surface report.
  • 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.
  • For the adjacent governance model: read OWASP Agentic Applications Top 10 for the control patterns that sit next to identity governance in agentic environments.

What this signals

Agentic AI governance will increasingly look like a combined IAM and NHI programme. Teams will need inventories that separate human users, service accounts, and autonomous agents, because the same access review process will not expose the same risks across those actor types. The practical shift is toward identity lineage, runtime auditability, and tighter linkage between approval records and observed behaviour.

Memory poisoning will become a lifecycle problem as much as a security problem. Once agents retain state across sessions, the integrity of memory matters as much as the integrity of credentials. Organisations that already struggle with service-account sprawl will find the same pattern reappearing in agent memory stores unless they define ownership, retention, and rollback clearly.

With 80% of organisations already reporting agent behaviour beyond intended scope, the governance gap is structural rather than experimental, according to AI Agents: The New Attack Surface report. That means practitioners should stop treating agent controls as a future maturity project and start mapping them into existing access review, PAM, and incident response workflows now.


For practitioners

  • Map agent identity separately from application identity Document every agent, sub-agent, and delegated workflow as a distinct identity subject, then record which tools, datasets, and runtime actions each one can access.
  • Scope credentials to a single agent purpose Issue session-scoped or task-scoped credentials that cannot be reused across unrelated workflows, and revoke access when the task is complete or the context changes.
  • Treat memory as governed state Classify short-term and long-term memory stores by sensitivity, provenance, and retention rules, then add validation and rollback for poisoned or unexpected context.
  • Require evidence-rich logging for every tool call Log the agent identity, prompt context, tool invoked, decision path, and outcome so security teams can reconstruct behaviour during investigation or audit.
  • Separate human approval from agent execution paths Use approval gates for high-risk actions, but do not rely on them alone. Build policy checks that can block unsafe tool use before the agent reaches a human reviewer.

Key takeaways

  • Agentic AI creates identity risk because runtime behaviour, tool access, and memory can all change the effective scope of access.
  • Most organisations are already seeing agent behaviour that exceeds intended scope, which means governance lag is now a present-tense problem.
  • The most useful controls are identity-bound logging, narrow credential scope, and explicit governance for persistent agent memory.

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 memory, tool misuse, and privilege compromise map directly to agentic AI threat controls.
OWASP Non-Human Identity Top 10NHI-03Scoped credentials and identity-bound permissions are core NHI controls in this article.
NIST CSF 2.0PR.AC-4Access governance and auditability are central to the agent identity problem discussed here.

Assign each agent a narrow identity and rotate or revoke credentials when scope changes.


Key terms

  • Agentic AI: Agentic AI refers to software that can decide what to do next, select tools, and execute actions with limited or no human intervention. In identity terms, it behaves more like a runtime actor than a passive application, which makes access scope, observability, and accountability essential.
  • Memory Poisoning: Memory poisoning is the corruption of an agent’s stored context so that later decisions are influenced by false or malicious information. The key governance issue is persistence, because the attack can survive beyond one session and shape future behaviour, making memory integrity part of the identity control surface.
  • Tool Misuse: Tool misuse occurs when an agent invokes an available tool in a way that is unsafe, unauthorised, or outside its intended purpose. The risk is not only in the tool itself, but in the combination of tool access, runtime decision-making, and insufficient context-aware authorization.
  • Privilege Compromise: Privilege compromise is the failure mode where an agent inherits access that is broader than its actual task requires, allowing actions that exceed intended scope. For agentic systems, this is a governance issue because the actor can adapt its execution path and reuse authority in ways a static review may not anticipate.

Deepen your knowledge

Agentic AI identity governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are dealing with AI agents, service accounts, and delegated access in the same environment, it is worth exploring.

This post draws on content published by Lasso Security: The Top Agentic AI Security Threats You Need to Know in 2026. Read the original.

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