Agentic security hacks identified by Google DeepMind
agentic security

AI Agent Traps: 6 Most Common AI Hacks, According to Researchers

From prompt injection to semantic manipulation traps, Google DeepMind researchers documented the most common agentic security risks. These AI hacks are pushing standards bodies to say AI agents need cryptographic identity through X.509 certificates, not API keys.
June 24, 2026
· 10 min read

The takeaways, in brief

  • Google DeepMind researchers published a six-point AI trap framework that outlines the various methods of attacks that bad actors use to hijack autonomous AI agents. 

  • 68% of organizations can’t distinguish AI agent activity from human actions on their networks, even though 85% of organizations already run AI agents in production, per a recent survey from the Cloud Security Alliance (CSA) and Aembit. 

  • AI agents need cryptographic identity through X.509 certificates, not API keys, according to studies from the IETF, OWASP, NSA, and the CSA. Between late 2025 and early 2026, each organization published agentic AI security frameworks that converged on the same conclusion.

It’s the Wild West days of AI agents, both for companies deploying agents and for the hackers trying to manipulate them. Nearly 70% of orgs can’t tell an AI agent from a human worker on their networks, and one-quarter have no agentic security approach whatsoever. Predictably, hackers are leveraging this window.

In March 2026, Google DeepMind published the first systematic taxonomy of adversarial attacks targeting autonomous AI agents operating on the open web. The paper, titled “AI Agent Traps,” documented six categories of attacks that exploit every stage of an AI agent’s operating cycle. 

Together with AI security frameworks put forward by other, independent organizations within the last year, it’s clear that organizations have been deploying agents more quickly than they can secure them.

The Numbers Behind a New Attack Surface

According to 2025 benchmarks from the Open Worldwide Application Security Project (OWASP), simple, human-written prompt injections partially commandeered agents in up to 86% of tested scenarios. And in another 2025 study, researchers found that behavioral control traps forcing data exfiltration succeeded 80% of the time across five different agents.

These rates of compromise are alarming, because so many organizations have already woven AI agents into the fabric of their operations. In fact, 85% of organizations already use AI agents in production environments, according to the Cloud Security Alliance (CSA). And more than 80% of Fortune 500 companies are among them. 

That integration is only expected to increase. Gartner predicts that 40% of enterprise applications will feature task-specific AI agents by the end of 2026, up from less than 5% in 2025. And by 2028, one in three enterprises are predicted to operate 500 or more AI agents.

The gap between the speed at which organizations are deploying these agents and their ability to secure them is measurable. A NeuralTrust survey of 160-plus CISOs found that 73% are very or critically concerned about AI agent risks, but only 30% have mature safeguards in place. One in five organizations has already experienced at least one AI agent-related security breach. Among those breached, 40% estimate losses between $1 million and $10 million, and 13% expect impacts exceeding $10 million.

How AI Agents Get Compromised: Six Categories of Attack

The DeepMind taxonomy provides the most detailed public accounting of how these AI agents fail under adversarial pressure. The six attack methods described in the taxonomy target different components of an agent’s operating cycle, and they compound. Attackers can chain traps across categories.

Content Injection Traps (Targeting Perception)

Agents parse metadata that humans never see. Attackers embed adversarial instructions in HTML comments, CSS, image metadata, and accessibility tags. Web servers use dynamic cloaking to fingerprint visitors, distinguishing AI agents from humans using automation signals and browser attributes. Once confirmed, the server delivers a visually identical page with semantically altered content embedding prompt-injection payloads.

Semantic Manipulation Traps (Targeting Reasoning)

Biased phrasing, framing and contextual priming corrupt an agent’s reasoning and internal verification processes. For example, an attack can weave in authoritarian language and/or use phrasing to convey certain sentiments that bias the agent’s syntheses. Or the attack could pass off malicious instructions as educational or hypothetical content, in order to get through safety filters. 

Cognitive State Traps (Targeting Memory)

Agents with retrieval-augmented generation (RAG) pipelines are vulnerable to knowledge base poisoning. Contaminating less than 0.1% of a knowledge base reliably skewed agent output for targeted queries, exceeding 80% success rates.

Behavioral Control Traps (Targeting Actions)

Manipulated inputs bypass security classifiers and force agent actions. Data exfiltration succeeded 80% of the time across five different agent architectures. In one documented case, a single crafted email caused Microsoft 365 Copilot to bypass its internal classifiers and leak its full privileged context.

Systemic Traps (Targeting Multi-Agent Networks)

Sub-agent spawning traps exploit orchestrator-level privileges to instantiate attacker-controlled child agents inside trusted workflows. The attack embeds instructions in data processed by the orchestrator, causing it to create a new sub-agent with attacker-defined goals and tool access. The spawned sub-agent inherits some or all of the orchestrator’s privileges.

Without cryptographic identity binding between agents, there’s no mechanism to verify that a sub-agent was legitimately spawned by an authorized orchestrator.

Human-in-the-Loop Traps (Targeting Supervisors)

The least-studied but potentially most dangerous category: agents weaponized against their human overseers. Techniques include approval fatigue, automation bias exploitation, misleading summaries, and dense technical obfuscation designed to push approvals through human review gates. 

The Agentic AI Governance Gap: Non-Human Identity (NHI) at Scale

This AI agent security problem is, at its core, an identity problem. AI agents are non-human identities (NHIs) that authenticate to services, access data, and execute actions. Yet most organizations manage them like they’re applications or, worse, like they’re extensions of human users.

The CSA and Aembit’s March 2026 survey quantified how deep this identity crisis runs. Sixty-eight percent of organizations can’t clearly distinguish between human and AI agent activity on their networks. Seventy-nine percent believe agents create access pathways that are difficult to monitor.

And when it comes to how organizations are authenticating AI agents, the CSA data paints a fragmented picture: 52% use workload identities, 43% rely on shared service accounts, and 31% allow agents to operate under human user identities. One-third of organizations don’t know how frequently their agent credentials are rotated. Only 21.9% of organizations treat AI agents as distinct identities in their identity management systems.

And 25% have no AI-specific security controls at all.

The Standards Response: Four Frameworks

As we mentioned before, it’s not just Google that has served up a scaffolding to try and help organizations understand the burgeoning security risk that AI agents pose. Between December 2025 and March 2026, five other independent authorities published security frameworks to better govern agentic AI. 

  • OWASP: Top 10 for Agentic Applications (December 2025) – The OWASP Top 10 for Agentic Applications, peer-reviewed by more than 100 experts, establishes the first consensus risk taxonomy for autonomous AI systems. Identity and authentication failures appear in three of the ten risk categories.

  • CSA: Agentic Trust Framework (February 2026) – The Cloud Security Alliance’s Agentic Trust Framework applies continuous trust principles to AI agents: “No AI agent should be trusted by default, regardless of purpose or capability.” The framework defines five governance elements: identity, behavior, data governance, segmentation, and incident response.

  • IETF: AIMS Framework (March 2026) – The Internet Engineering Task Force (IETF) published draft-klrc-aiagent-auth-00, the Agent Identity Management System (AIMS) framework. The draft defines a nine-component conceptual model for agent identity and permissions, mandates WIMSE/SPIFFE identifiers as the primary agent identification framework, and requires X.509-SVID certificates.

  • NSA: AI Supply Chain Security (March 2026) – The NSA, along with several other international organizations involved in cybersecurity, published joint guidance addressing poisoned training data, compromised third-party models, and AI supply chain integrity. The guidance recommends verifying data and model integrity, maintaining trusted model registries, and documenting dependencies through AI bills of materials.

These frameworks arrived at the same set of conclusions without coordinating: AI agents need verifiable cryptographic identity. API keys, shared service accounts, and human credentials are inadequate. The mechanism they agree on: X.509 certificates.

How Organizations Can Govern Their AI Agents Now

The defensive framework below synthesizes recommendations from the IETF AIMS draft, the CSA Agentic Trust Framework, OWASP, and NSA guidance.

  • Inventory every AI agent. According to the CSA and Aembit joint survey, 68% of organizations can’t distinguish AI agent activity from human activity. So, the first step is visibility. Map every agent in production, document what it accesses, what credentials it holds, and who authorized its deployment. 

  • Implement cryptographic identity for every agent. Replace shared service accounts and API keys with unique, cryptographically verifiable identities. The IETF AIMS draft mandates SPIFFE/SPIRE as the identity framework, using X.509-SVID certificates. Each agent receives a unique SPIFFE ID, proven via X.509 certificate, with short-lived credentials that rotate automatically. Uber’s SPIFFE/SPIRE deployment handles hundreds of thousands to billions of attestations per day, demonstrating that this approach scales.

  • Enforce least agency. The CSA data shows 74% of organizations give agents more access than necessary. Every agent should request only the minimum scopes and permissions required to complete a task. Privileges should be granted per-session, not permanently.

  • Authenticate inter-agent communication with mTLS. Multi-agent architectures with unauthenticated messaging between agents are vulnerable to spoofing and manipulation (OWASP ASI07). mTLS, using X.509 certificates on both sides of every connection, verifies that each agent communicating in a workflow is who it claims to be.

  • Monitor for behavioral anomalies. Static access controls aren’t sufficient when agents can be hijacked mid-session. Behavioral baselines combined with ML-driven anomaly detection on agent authentication patterns can flag when an agent deviates from expected behavior.

  • Secure the agent supply chain. The agentic supply chain shares every vulnerability of the software supply chain, with the added risk that compromised agent components can act autonomously. NSA guidance recommends maintaining trusted model registries, verifying training data and model integrity, and documenting AI bills of materials. 

Why PKI Provides the Trust Root for Agentic AI Identity

The standards convergence documented above points to a specific technical stack: 

  • Hardware-bound device certificates as the trust anchor

  • SPIFFE/SPIRE for workload identity attestation

  • X.509-SVID certificates as the agent credential

  • mTLS for authenticated agent communication 

PKI (Public Key Infrastructure) is the foundational layer that makes the rest of the stack possible.

The chain works as follows:

  • A hardware TPM on the device or server running an AI agent generates a non-exportable private key. 

  • A cloud-managed certificate authority issues an X.509 certificate bound to that key. 

  • SPIRE uses this hardware-attested device identity during its attestation process to verify that the workload is running on a trusted host.

  • SPIRE then issues an X.509-SVID to the agent workload, encoding a unique SPIFFE ID in the certificate’s URI Subject Alternative Name field. 

  • The agent uses this X.509-SVID certificate for mTLS with other agents, APIs, and services.


SecureW2 has industry-leading Dynamic PKI that operates at this final layer of agentic security. The platform issues X.509 certificates through ACME Device Attestation and Dynamic SCEP, the same issuance protocols that SPIRE attestation workflows require. Hardware-bound device certificates created through SecureW2 Cloud PKI provide the TPM-backed trust roots that anchor the SPIFFE identity chain. Certificate lifecycle management, including automated enrollment, renewal, and revocation through REST API, delivers the short-lived credential model that the IETF AIMS framework mandates.

CertIQ ML Anomaly Detection adds the behavioral monitoring layer that the CSA Agentic Trust Framework calls for. When an agent’s authentication pattern shifts, whether from prompt injection, sub-agent hijacking, or credential theft, the anomaly becomes visible.

The same certificate-based authentication infrastructure that secures enterprise Wi-Fi and VPN access through SecureW2 Cloud RADIUS now extends to agentic AI workloads. Organizations that already operate certificate-based authentication for network access have a trust foundation they can extend to AI agent identity, without building a parallel identity system from scratch.

Keep Reading

Get the brief before the breach.

SIGNAL decodes the week’s identity, certificate, and network-security events — for the IT and security teams who have to respond to them.

Weekly. No vendor fluff. Unsubscribe anytime.