Pillar Security researchers found the first practical, real world agent to agent exploitation in Google's ADK Python repository—a prompt injection in a low privilege triage agent tricked a high privilege code fixing a... The attack exploited agent to agent privilege boundary failures: the low privilege public facing...

Create a landscape editorial hero image for this Studio Global article: What did security researchers discover about AI agent-to-agent exploitation in Google's Agent Development Kit (ADK) repository, how did the. Article summary: ## What Researchers Discovered. Topic tags: general, general web. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, charts with fake numbers, clickbait thumbnails, icons, and tiny thumbnail layouts. Make it useful as an illustrative visual, not as factual evidence.
In August 2026, security researchers from Pillar Security published what they described as the first practical, real-world case of agent-to-agent exploitation in a production multi-agent system . The attack, discovered in Google's
google/adk-python repository—the Python SDK for the Agent Development Kit (ADK)—demonstrated that one AI agent could be weaponized to attack another, turning a benign automation pipeline into a vehicle for software supply chain compromise .
The google/adk-python GitHub repository contained two classes of automated AI agents with different privilege levels :
/adk-issue-fix) that had write access to the repository and could modify pull requests.The exploitation chain unfolded as follows:
/adk-issue-fix command GITHUB_TOKEN (exposing sensitive credentials) and tampering with pull request reviews—effectively poisoning the software supply chain The researchers described this as an "agent-to-agent privilege boundary failure" — the low-privilege agent could cross a trust boundary and invoke a high-privilege workflow it should not have been able to call . According to The Hacker News, the researchers demonstrated arbitrary code execution on the continuous integration infrastructure, with the
adk-bot account—identified as a collaborator—serving as the authorization bridge .
After Pillar Security disclosed the vulnerabilities, Google took the following actions:
Google did not dispute the findings and moved swiftly to remove the vulnerable automation .
The incident highlighted several systemic risks that extend far beyond Google's ADK:
Agent-to-agent trust boundaries are fundamentally weak. When one agent can invoke another with higher privileges, prompt injection in the lower-privilege agent becomes a supply chain attack vector . The low-privileged, internet-exposed agent could be manipulated through prompt injection to reach across this boundary and invoke the high-privileged agent on its behalf
.
Prompt injection is a systemic framework flaw, not just a model flaw. Check Point research published concurrently found nearly a dozen critical flaws in major AI agent frameworks, concluding that "prompt-controlled content can manipulate agent behavior in ways that bypass intended security controls" . The researchers spent a year analyzing agent frameworks and found that in many cases, prompt-controlled content could cross the boundary into trusted framework logic itself
.
The attack class is novel and unpatchable by models alone. Even if individual LLMs are secured against prompt injection, the architectural design of multi-agent systems—where agents implicitly trust messages from other agents—creates new attack surfaces that require framework-level security controls .
Default permission scoping in agent frameworks is often too permissive. Without strict least-privilege boundaries between agents, similar exploits are likely in other platforms. Palo Alto Networks research published earlier in 2026 found that default permission scoping in Google Cloud's Vertex AI could allow a compromised agent to achieve privileged access to data and infrastructure .
As organizations increasingly deploy multi-agent systems for code review, CI/CD, and internal automation, the ADK incident serves as a critical warning. The attack demonstrates that agentic AI introduces new attack surfaces that require security controls at the architecture and framework level—not just at the model or prompt level. Teams building agentic systems should implement strict privilege boundaries, validate inter-agent communication, and treat prompt injection as a framework vulnerability rather than a model quirk.
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
Pillar Security researchers found the first practical, real world agent to agent exploitation in Google's ADK Python repository—a prompt injection in a low privilege triage agent tricked a high privilege code fixing a...
Pillar Security researchers found the first practical, real world agent to agent exploitation in Google's ADK Python repository—a prompt injection in a low privilege triage agent tricked a high privilege code fixing a... The attack exploited agent to agent privilege boundary failures: the low privilege public facing agent could invoke a high privilege CI/CD workflow it should not have been able to call, turning a benign automation pip...
Google deleted three AI agent workflows after disclosure, but the incident reveals a systemic vulnerability in multi agent frameworks that requires framework level security controls, not just model level fixes.