Cisco source code stolen via Trivy supply chain attack

What happened
Cisco suffered a cyberattack where threat actors used stolen credentials from the recent Trivy supply chain attack to breach its internal development environment. The attackers used a malicious GitHub Action plugin from the Trivy compromise to steal credentials and data from Cisco's build and development environment.
Impact and response
The breach impacted dozens of devices, including developer and lab workstations. More than 300 GitHub repositories were cloned during the incident, including source code for AI-powered products such as AI Assistants, AI Defense, and unreleased products. A portion of the stolen repositories belongs to corporate customers, including banks, BPOs, and US government agencies.
Multiple AWS keys were reportedly stolen and used to perform unauthorized activities across a small number of Cisco AWS accounts. Cisco has isolated affected systems, begun reimaging them, and is performing wide-scale credential rotation.
Attack chain and attribution
The breach was caused by this month's Trivy vulnerability scanner supply chain attack, where threat actors compromised the project's GitHub pipeline to distribute credential-stealing malware through official releases and GitHub Actions. That attack enabled the theft of CI/CD credentials from organizations using the tool.
Security researchers linked these supply chain attacks to the TeamPCP threat group based on their use of the "TeamPCP Cloud Stealer" infostealer. TeamPCP has been conducting a series of supply chain attacks targeting developer code platforms, including GitHub, PyPi, NPM, and Docker. The group also compromised the LiteLLM PyPI package and the Checkmarx KICS project to deploy the same information-stealing malware.
Ongoing concerns
While the initial breach has been contained, Cisco expects continued fallout from the follow-on LiteLLM and Checkmarx supply chain attacks. Multiple sources indicated more than one threat actor was involved in the Cisco CI/CD and AWS account breaches, with varying degrees of activity.
📖 Read the full source: HN AI Agents
👀 See Also

Stop Trusting AI More Than a Human — Apply the Same Access Controls
A Reddit discussion argues that AI coding agents should be treated like junior devs — no prod access, no direct writes, enforce CI/CD pipelines and role-based permissions.

New Skill Automates OpenClaw Security Hardening on Remote Servers
A community developer has released a skill that helps AI assistants automatically secure OpenClaw installations on remote servers.

NanoClaw's Security Model for AI Agents: Container Isolation and Minimal Code
NanoClaw implements a security architecture where each AI agent runs in its own ephemeral container with unprivileged user access, isolated filesystems, and explicit mount allowlists. The codebase is deliberately minimal at around one process and a handful of files, relying on Anthropic's Agent SDK instead of reinventing functionality.

OpenClaw Security Gap Addressed by Agentic Power of Attorney (APOA) Spec
A developer has published an open specification called Agentic Power of Attorney (APOA) to address security concerns in OpenClaw, where agents currently access services like email and calendar with only natural language instructions as guardrails. The spec proposes per-service permissions, time-bounded access, audit trails, revocation, and credential isolation.