Executive Summary
In August 2026, Google removed three AI agent workflows from its Agent Development Kit (ADK) Python repository after Pillar Security identified a vulnerability. The flaw allowed a public GitHub issue to manipulate a triage agent into triggering a privileged code-fixing agent, leading to potential arbitrary code execution and credential exposure. The attack exploited the trusted identity of the 'adk-bot' to bypass authorization checks, highlighting significant security gaps in the repository's automation processes.
This incident underscores the critical need for robust security measures in CI/CD pipelines, especially when integrating AI agents. It highlights the importance of implementing strict authorization controls, segregating bot identities, and limiting token scopes to prevent similar vulnerabilities in the future.
Why This Matters Now
The integration of AI agents into development workflows is increasing, making it imperative to address security vulnerabilities that could lead to unauthorized code execution and credential exposure. This incident serves as a timely reminder for organizations to reassess and strengthen their CI/CD pipeline security measures.
Attack Path Analysis
An attacker exploited a public GitHub issue to manipulate Google's ADK triage agent into posting a command as 'adk-bot', triggering a privileged workflow. This led to arbitrary code execution on the CI runner, allowing the attacker to exfiltrate sensitive credentials, including a personal access token (PAT), Google API key, and Google Cloud service-account credential. The attack could have been mitigated by implementing Zero Trust controls such as Zero Trust Segmentation, East-West Traffic Security, and Egress Security & Policy Enforcement.
Kill Chain Progression
Initial Compromise
Description
An attacker exploited a public GitHub issue to manipulate Google's ADK triage agent into posting a command as 'adk-bot', triggering a privileged workflow.
Related CVEs
CVE-2026-4810
CVSS 9.3A code injection and missing authentication vulnerability in Google Agent Development Kit (ADK) allows unauthenticated remote attackers to execute arbitrary code on the server hosting the ADK instance.
Affected Products:
Google Agent Development Kit (ADK) – 1.7.0 through 1.28.1, 2.0.0a1 through 2.0.0a2
Exploit Status:
proof of concept
MITRE ATT&CK® Techniques
Valid Accounts
Command and Scripting Interpreter: Unix Shell
Indicator Removal on Host: File Deletion
Unsecured Credentials: Credentials in Files
Dynamic Resolution: Domain Generation Algorithms
Obfuscated Files or Information
Application Layer Protocol: Web Protocols
Data Destruction
Potential Compliance Exposure
Mapping incident impact across multiple compliance frameworks.
PCI DSS 4.0 – Secure Software Development
Control ID: 6.4.1
NYDFS 23 NYCRR 500 – Cybersecurity Policy
Control ID: 500.03
DORA – ICT Risk Management Framework
Control ID: Article 5
CISA ZTMM 2.0 – Identity and Access Management
Control ID: 3.1
NIS2 Directive – Security Measures
Control ID: Article 21
Sector Implications
Industry-specific impact of the vulnerabilities, including operational, regulatory, and cloud security risks.
Computer Software/Engineering
Supply chain attacks targeting AI development workflows expose source code, API keys, and CI/CD systems through prompt injection vulnerabilities in automated agents.
Information Technology/IT
GitHub automation and bot credential compromise enables privilege escalation, affecting enterprise DevSecOps pipelines and cloud service account security across IT infrastructure.
Computer/Network Security
Security firms using AI-powered development tools face insider threat risks from compromised bot identities bypassing authorization controls in collaborative development environments.
Financial Services
Regulatory compliance violations through compromised development credentials could expose HIPAA, PCI DSS protected systems via lateral movement and data exfiltration capabilities.
Sources
- Google Deletes 3 ADK AI Workflows After Malicious GitHub Issue Could Trigger Privileged Agenthttps://thehackernews.com/2026/08/google-deletes-3-adk-ai-workflows-after.htmlVerified
- CVE-2026-4810: Google ADK RCE Vulnerabilityhttps://www.sentinelone.com/vulnerability-database/cve-2026-4810/Verified
- Google Agent Development Kit (ADK) has a Code Injection and Missing Authentication vulnerabilityhttps://advisories.gitlab.com/pypi/google-adk/CVE-2026-4810/Verified
Frequently Asked Questions
Cloud Native Security Fabric Mitigations and ControlsCNSF
Implementing Aviatrix Zero Trust CNSF could have significantly constrained the attacker's ability to exploit implicit trust paths, thereby reducing the blast radius of the incident.
Control: Cloud Native Security Fabric (CNSF)
Mitigation: The attacker's ability to exploit the ADK triage agent may have been limited, reducing the likelihood of triggering unauthorized privileged workflows.
Control: Zero Trust Segmentation
Mitigation: The attacker's ability to escalate privileges by exploiting trusted identities could have been constrained, limiting unauthorized access.
Control: East-West Traffic Security
Mitigation: The attacker's ability to move laterally within the network may have been restricted, reducing the risk of accessing other internal systems.
Control: Multicloud Visibility & Control
Mitigation: The attacker's ability to maintain control over the CI runner could have been limited, reducing the risk of executing further malicious commands.
Control: Egress Security & Policy Enforcement
Mitigation: The attacker's ability to exfiltrate sensitive credentials may have been constrained, reducing the risk of data loss.
The potential impact of the attack could have been limited, reducing the risk of data breaches or service disruptions.
Impact at a Glance
Affected Business Functions
- Software Development
- Continuous Integration/Continuous Deployment (CI/CD)
- Repository Management
Estimated downtime: 7 days
Estimated loss: $50,000
Potential exposure of repository credentials, including personal access tokens (PATs), Google API keys, and Google Cloud service-account credentials.
Recommended Actions
Key Takeaways & Next Steps
- • Implement Zero Trust Segmentation to enforce least privilege access and prevent unauthorized lateral movement.
- • Enhance East-West Traffic Security to monitor and control internal communications, detecting anomalous activities.
- • Apply Egress Security & Policy Enforcement to restrict unauthorized data exfiltration and outbound communications.
- • Regularly audit and limit the scope of credentials and tokens to minimize potential exposure.
- • Establish robust monitoring and alerting mechanisms to detect and respond to suspicious activities promptly.



