Agentic AI Security: Risks, Frameworks and Controls

By Dominic Carroll, Director of Portfolio, e2e-assure     Reviewed by Rob Demain, CEO and Founder Published: August 18, 2026 Last reviewed: August 24, 2026

Agentic AI security is the practice of protecting AI systems that plan, make decisions, use tools and take actions towards a goal without continuous human supervision. It matters because an agent does not just produce text. It acts: reading data, calling APIs, running code and sometimes creating other agents. That turns a content risk into an access and privilege risk, which is why agents need identity, boundaries, monitoring and containment rather than model-level safeguards alone.

Securing Agents, Not Defending with Agents
This page is about securing AI agents you deploy. For how AI agents are used to defend a security operation, see agentic AI in the SOC and the AI SOC explained.

What Is Agentic AI Security?

Agentic AI security is the set of controls, governance and monitoring applied to AI agents so that what they can do is bounded, observable and reversible. It differs from general AI security because the risk is not limited to what the model says. The risk is what the agent does with the access it has been given.

The UK National Cyber Security Centre defines agentic AI as systems that access data sources, remember context, make decisions, use tools and take actions in pursuit of a goal, operating without continuous human intervention and able to create sub-agents of their own (NCSC, Thinking carefully before adopting agentic AI, 15 May 2026). Each of those five capabilities adds attack surface. Memory can be poisoned. Tool use can be redirected. Autonomy removes the human checkpoint. Sub-agents multiply all of it.

An agent is not a chatbot with extra features. It is a non-human identity with credentials, permissions and the ability to act.

Why Agentic AI Changes the Risk Picture

Agentic AI changes the risk picture in four specific ways, each of which breaks an assumption that traditional security controls rely on.

Breadth of access. Agents are frequently granted wide access to systems, data and tools so they can be useful. That concentration of privilege in a single automated identity is exactly what attackers seek.

Unpredictable behaviour. An agent can interpret a goal in an unexpected way and take a technically permitted action that no one intended. Traditional controls assume intent is fixed at design time.

Speed beyond human review. Agents act faster than a person can check. If the only safeguard is human oversight, the action has already happened by the time it is reviewed.

Hard to explain. The range of tools and behaviours available to an agent makes it difficult to reconstruct why a particular course of action was taken, which complicates incident response and audit.

These four amplifications are drawn from the joint guidance Careful adoption of agentic AI services, published on 30 April 2026 by the Five Eyes cyber agencies including the NCSC, CISA, the NSA, the Canadian Centre for Cyber Security, New Zealand’s NCSC and Australia’s ACSC.

What Are the Main Agentic AI Security Risks?

The recognised reference is the OWASP Top 10 for Agentic Applications 2026, a peer-reviewed framework developed with more than 100 contributors. It identifies ten risk categories that describe what autonomous systems do, rather than what they say.

OWASP Agentic Risk Category What it looks like in practice
Agent goal hijacking The agent is steered towards an attacker objective while appearing to follow instructions.
Tool misuse and unintended execution A legitimate tool is invoked for an illegitimate purpose, or executes something unintended.
Identity and privilege abuse The agent’s credentials are used to reach systems or data beyond the intended task.
Missing or weak guardrails No enforced limits on scope, autonomy or escalation.
Sensitive data disclosure The agent surfaces or transmits data it should never have exposed.
Data poisoning Training data, memory or retrieved context is corrupted to change behaviour.
Resource exhaustion Runaway loops or excessive tool calls degrade systems or inflate cost.
Supply chain vulnerabilities Risk inherited from third-party models, plugins, frameworks or MCP servers.
Advanced prompt injection Instructions hidden in data or content redirect the agent.
Over-reliance on autonomous decisions Consequential decisions are left to the agent with no human accountability.

Source: OWASP Top 10 for Agentic Applications 2026. For how these failures appear inside a live security operation, see what goes wrong with AI agents in the SOC.

How Do You Secure an AI Agent?

You secure an AI agent by constraining its identity, scope and autonomy, then monitoring it as you would any privileged actor. The NCSC and its Five Eyes partners set out a consistent control set that maps directly onto existing security disciplines.

Least privilege. Give the agent the minimum access it needs, for the shortest time it needs it. Treat broad standing access as a finding, not a convenience.

Limited scope. Define the tasks, tools and data the agent may touch, and enforce those limits outside the prompt. Instructions are not a control.

No long-lived credentials. Use ephemeral credentials and cryptographic attestation so each action can be traced to an authorised agent and expired quickly.

Distinct machine identity. Give each agent its own non-human identity rather than a shared service account, so authorisation and accountability are attributable.

Monitoring at machine speed. Live behavioural baselines and real-time alerting, because periodic review cannot keep pace with agent workloads.

Containment and kill switches. The ability to pause autonomy or stop an agent mid-task, tested before you need it.

Threat modelling. Model the agent’s goals, tools and data paths before deployment, including what happens when a goal is misinterpreted.

Named accountability and incident plans. A named owner for each agent, and an incident plan that covers agent misbehaviour, not just system compromise.

The One Question That Decides Readiness

The NCSC’s position reduces to a single test: can you understand, monitor and contain what the agent does? If the answer is no, the agent is not ready for deployment. The same question underpins what UK GDPR Article 32 expects of controllers deploying agents that process personal data. See NCSC guidance for the full control set.

Agentic AI governance is the organisational side of agentic security: the policies, ownership, risk tiering and oversight that determine how much autonomy an agent is allowed. OWASP’s State of Agentic AI Security and Governance, published in June 2026, frames the central problem as a mismatch: organisations deploy agents faster than they govern them.

The report’s Enterprise Adoption Maturity Model measures two things together. The first is what you have deployed, across six levels from AT0 (shadow AI, adopted with no organisational awareness) through AT1 (vendor embedded assistant) and AT2 (platform integrated) to AT3 (citizen developer agent), AT4 (code executing agent) and AT5 (custom in-house agent you built and control). The second is how mature your governance is, across four levels.

What Is Agentic AI Governance?

Governance Level What it looks like
Level 0, unaware and ad hoc No formal recognition of agentic risk. Shadow experiments with no policies, AI-SBOM or guardrails. Minimal logging.
Level 1, experimentation without guardrails Pilots with no defined autonomy limits, decision scopes or escalation criteria. Accountability is diffuse.
Level 2, policy-defined with human-in-the-loop Formal policies mapped to regulation, mandatory human review for high-impact decisions, a named owner, logging and AI-SBOM. Monitoring is periodic.
Level 3, integrated continuous oversight Agentic AI treated as critical infrastructure. Risk-tiered workflows, autonomy ladders, real-time drift dashboards, kill switches and governance-as-code.

The practical instruction is to place each agent on the deployment axis, check whether governance maturity lines up, and avoid operating where it does not. Where governance is insufficient, there are two honest options: invest in controls built for agentic systems, or reduce the agent’s permissions and autonomy until your existing controls are adequate.

Source: OWASP, State of Agentic AI Security and Governance. The framework was presented at the OWASP GenAI Security Summit during Infosecurity Europe in June 2026.

Which Frameworks and Regulations Apply?

Four reference points cover most UK obligations and good practice for agentic AI security.

Framework or Regulation Relevance to Agentic AI
NCSC and Five Eyes guidance (2026) Practical control set and the understand, monitor, contain test. The primary UK reference.
OWASP Top 10 for Agentic Applications 2026 The recognised taxonomy of agentic risk categories.
NIST AI Risk Management Framework Risk management structure, with a generative AI profile that agentic profiles extend.
EU AI Act (Regulation 2024/1689) Article 14 human oversight and Article 15 accuracy, robustness and cybersecurity apply to autonomous agents in high-risk domains.
UK GDPR Article 32 Appropriate security for agents processing personal data, informed by the NCSC control set.

Mapping observed agent behaviour to MITRE ATT&CK keeps agentic incidents legible to the rest of the security operation, and the NIST AI Risk Management Framework gives the governance wrapper. Neither is agent-specific on its own, which is why they are used alongside the OWASP taxonomy.

How Do You Monitor an AI Agent?

You monitor an AI agent by treating its actions as security telemetry: logging every tool call, decision and data access against a distinct identity, then baselining normal behaviour and alerting on deviation. Three things make agent monitoring different from conventional logging.

Attribution. Actions must be traceable to a specific agent, its authorisation and the human or process that initiated it. Shared service accounts break this.

Behavioural baselines. Static rules struggle with agents, because permitted actions in an unexpected sequence are the signal. Drift and anomaly detection matter more than signatures.

Machine-speed response. Detection has to be paired with automated containment, since an agent can complete a damaging sequence inside a human review window.

This is where agentic security and security operations meet. Monitoring agents properly needs the same capability a modern SOC already applies to human and machine identities: correlation across systems, behavioural analysis and the ability to contain quickly.

Should AI Agents Act Autonomously?

AI agents should act autonomously only when the task is repetitive, well understood, and low risk, and when the consequences of a wrong action are recoverable. The NCSC’s advice is to start small, use tightly bounded

pilots with clearly defined tasks, apply existing cyber hygiene and governance from the outset, and plan for failure including how you would respond to it.

For consequential decisions, keep a human accountable. That is less a limitation of current technology than a governance requirement: the EU AI Act places a human oversight duty on the relying party for high-risk uses, and accountability cannot be delegated to a model. The useful framing is an autonomy ladder, where an agent earns scope as evidence of reliable behaviour accumulates.

How This Connects to the AI SOC

The same principle governs AI inside a security operation. In a credible AI SOC, agents accelerate detection and investigation while humans keep accountability for consequential decisions, and outputs are verified against evidence before an analyst acts on them.

Frequently Asked Questions

What Is Agentic AI Security?

Agentic AI security is the practice of protecting AI systems that plan, decide, use tools and act autonomously. It bounds what an agent can do, makes its actions observable, and keeps them reversible, using identity, scope limits, monitoring and containment.

General AI security focuses on the model and its outputs, including data poisoning and adversarial input. Agentic AI security adds the consequences of action: an agent holds credentials, calls tools and changes systems, so privilege, identity and containment become central.

It is a peer-reviewed framework published for 2026 that identifies ten agentic risk categories, including goal hijacking, tool misuse, identity and privilege abuse, weak guardrails, sensitive data disclosure, data poisoning, resource exhaustion, supply chain vulnerabilities, advanced prompt injection and over-reliance on autonomous decisions.

The NCSC published guidance in May 2026, alongside Five Eyes partners, advising organisations to start small, restrict agents to low-risk tasks, apply established security controls from the outset and plan for failure. Its core test is whether you can understand, monitor and contain what the agent does.

Least privilege, limited scope enforced outside the prompt, no long-lived credentials, a distinct machine identity, monitoring at machine speed, containment and kill switches, threat modelling before deployment, and a named owner with an incident plan.

Agentic AI governance is the policy, ownership, risk tiering and oversight that decide how much autonomy an agent may have. OWASP’s maturity model pairs six deployment levels with four governance levels, and warns against deploying agents beyond the governance you can provide.

Because accountability depends on attribution. If agents share a service account, you cannot tell which agent acted, under whose authorisation, or contain one without affecting others. Distinct non-human identities with ephemeral credentials make actions traceable and revocable.

Prompt injection places instructions inside data or content that the agent reads, redirecting its behaviour. It is more serious for agents than for chatbots, because a redirected agent can act on the instruction using its own permissions.

Yes, with governance proportionate to the risk: bounded scope, human accountability for consequential decisions, full audit trails, data residency control and tested containment. In safety-critical or operational technology settings, autonomy should be tightly constrained.

In OT the priority is safety, availability and process integrity, so an over-permissioned agent taking an automated action can be more damaging than the incident it responds to. Agents in OT should be read-only or tightly bounded, with human authorisation for any change.

Key Takeaway

Agentic AI is worth adopting where the task is bounded and the failure mode is recoverable, and it needs security designed for actors rather than outputs. Give every agent its own identity, the least access it needs, enforced limits, monitoring at machine speed and a tested way to stop it. Then match the autonomy you allow to the governance you can actually evidence.