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.
NHIMG editorial — based on content published by Lasso Security: The Top Agentic AI Security Threats You Need to Know in 2026
By the numbers:
- 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%).
Questions worth separating out
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.
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.
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.
Practitioner guidance
- 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.
What's in the full article
Lasso Security's full analysis covers the operational detail this post intentionally leaves for the source:
- Function-level policy examples for blocking unsafe tool invocation in agent workflows
- MCP Gateway guardrail behaviour for prompt monitoring, context boundaries, and session control
- Real-time logging patterns for model behaviour, prompt history, and decision points
- Identity-bound permission models for multi-agent deployments and delegated execution
👉 Read Lasso Security's analysis of the top agentic AI security threats for 2026 →
Agentic AI security threats in 2026: what IAM teams need to know?
Explore further