7 Sources
[1]
How LiteLLM Turned Developer Machines Into Credential Vaults for Attackers
The most active piece of enterprise infrastructure in the company is the developer workstation. That laptop is where credentials are created, tested, cached, copied, and reused across services, bots, build tools, and now local AI agents. In March 2026, the TeamPCP threat actor proved just how
[2]
How to Categorize AI Agents and Prioritize Risk
AI is entering a new phase. Enterprises have been experimenting with AI through chatbots and copilots that answered questions or summarized information. Now, the shift is toward implementing AI agents that can reason, plan, and take actions across enterprise systems on behalf of users or
[3]
Identifying and remediating a persistent memory compromise in Claude Code
With special thanks to Vineeth Sai Narajala, Arjun Sambamoorthy, and Adam Swanda for their contributions. We recently discovered a method to compromise Claude Code's memory and maintain persistence beyond our immediate session into every project, every session, and even after reboots. In this
[4]
512,000 lines of leaked AI agent source code, three mapped attack paths, and the audit security leaders need now
Every enterprise running AI coding agents has just lost a layer of defense. On March 31, Anthropic accidentally shipped a 59.8 MB source map file inside version 2.1.88 of its @anthropic-ai/claude-code npm package, exposing 512,000 lines of unobfuscated TypeScript across 1,906 files. The readable
[5]
Everyone told you to deploy AI agents. No one told you what happens to your SOC when you do
CrowdStrike CEO George Kurtz highlighted in his RSA Conference 2026 keynote that the fastest recorded adversary breakout time has dropped to 27 seconds. The average is now 29 minutes, down from 48 minutes in 2024. That is how much time defenders have before a threat spreads. Now CrowdStrike sensors
[6]
OpenClaw has 500,000 instances and no enterprise kill switch
"Your AI? It's my AI now." The line came from Etay Maor, VP of Threat Intelligence at Cato Networks, in an exclusive interview with VentureBeat at RSAC 2026 -- and it describes exactly what happened to a U.K. CEO whose OpenClaw instance ended up for sale on BreachForums. Maor's argument is that the
[7]
RSAC 2026 shipped five agent identity frameworks and left three critical gaps open
"You can deceive, manipulate, and lie. That's an inherent property of language. It's a feature, not a flaw," CrowdStrike CTO Elia Zaitsev told VentureBeat in an exclusive interview at RSA Conference 2026. If deception is baked into language itself, every vendor trying to secure AI agents by
Share
Copy Link
Recent attacks on AI coding agents reveal how developer endpoints have become prime targets for credential harvesting. The LiteLLM supply chain attack compromised millions of installations, while Claude Code's source leak exposed 512,000 lines of code. Security teams struggle to monitor AI agents that generate detection events faster than human-speed workflows can process.
Developer workstations have evolved into dense concentration points for credentials, and AI agents are making them even more attractive to attackers. In March 2026, the TeamPCP threat actor executed a supply chain attack on LiteLLM, a widely-used AI development library downloaded millions of times daily, turning developer endpoints into systematic credential harvesting operations
1
. The compromised LiteLLM packages versions 1.82.7 and 1.82.8 contained infostealer malware that systematically harvested SSH keys, cloud credentials for AWS, Azure, and GCP, Docker configurations, and other sensitive data from developer machines. PyPI removed the malicious packages within hours, but GitGuardian's analysis found that 1,705 PyPI packages were configured to automatically pull the compromised versions as dependencies. Popular packages like dspy with 5 million monthly downloads, opik with 3 million, and crawl4ai with 1.4 million would have triggered malware execution during installation1
.
Source: Hacker News
Enterprises are shifting from AI chatbots that answer questions to enterprise AI agents that reason, plan, and take actions across systems autonomously. This transition introduces a fundamentally new security risk that CISOs must address
2
. Most enterprise AI agents fall into three categories: agentic chatbots, local agents, and production agents. The true security risk of an agent depends on two key factors: access to systems, data, and infrastructure, and autonomy in how independently the agent can act without human approval. Local agents represent one of the fastest-growing and least visible AI attack surfaces because they run directly on employee endpoints and inherit the permissions and network access of the user running them2
. Employees can instantly connect agents to tools like GitHub, Slack, internal APIs, and cloud environments without centralized identity governance, creating a major governance problem for security teams.
Source: BleepingComputer
Cisco researchers recently discovered a method to compromise Claude Code's memory and maintain persistence beyond immediate sessions into every project, every session, and even after reboots
3
. Memory poisoning involves modifying memory files to contain attacker-controlled instructions. AI coding agents like Claude Code read from special files called MEMORY.md stored in the user's home directory and within each project folder. The exploit used npm lifecycle hooks to inject malicious code during package installation, targeting the UserPromptSubmit hook which executes before every prompt. Anthropic's Application Security team pushed a change to Claude Code v2.1.50 that removes this capability from the system prompt3
. Days later, on March 31, Anthropic accidentally shipped a 59.8 MB source map file inside version 2.1.88 of its @anthropic-ai/claude-code npm package, exposing 512,000 lines of unobfuscated TypeScript across 1,906 files4
. The readable source includes the complete permission model, every bash security validator, 44 unreleased feature flags, and references to upcoming models. Anthropic confirmed the exposure was a packaging error caused by human error, but containment failed as mirror repositories spread across GitHub4
.The LiteLLM malware succeeded because developer machines are dense concentration points for plaintext credentials. Secrets end up in source trees, local config files, debug output, copied terminal commands, environment variables, and temporary scripts . Developers run agents, local MCP servers, CLI tools, IDE extensions, build pipelines, and retrieval workflows, all requiring credentials that spread across predictable paths where malware knows to look: ~/.aws/credentials, ~/.config/gh/config.yml, project .env files, shell history, and agent configuration directories. GitGuardian's analysis of 6,943 compromised developer machines from the Shai-Hulud campaigns found 33,185 unique secrets, with at least 3,760 still valid. Each live secret appeared in roughly eight different locations on the same machine, and 59% of compromised systems were CI/CD runners rather than personal laptops
1
.Related Stories
CrowdStrike CEO George Kurtz highlighted at RSA Conference 2026 that the fastest recorded adversary breakout time has dropped to 27 seconds, while CrowdStrike sensors now detect more than 1,800 distinct AI applications running on enterprise endpoints, representing nearly 160 million unique application instances
5
. Every one generates detection events, identity events, and data access logs flowing into SIEM systems architected for human-speed workflows. Cisco found that 85% of surveyed enterprise customers have AI agent pilots underway, but only 5% moved agents into production. That 80-point gap exists because security teams cannot answer basic questions agents force: which agents are running, what are they authorized to do, and who is accountable when one goes wrong5
. In most default logging configurations, agent-initiated activity looks identical to human-initiated activity in security logs, requiring deep endpoint visibility to walk the process tree and distinguish between human and agentic actions.
Source: VentureBeat
The exploit surface is actively being tested across AI agent ecosystems. Kurtz described ClawHavoc, the first major supply chain attack on an AI agent ecosystem, targeting ClawHub, OpenClaw's public skills registry. Koi Security's February audit found 341 malicious skills out of 2,857, while a follow-up analysis by Antiy CERT identified 1,184 compromised packages historically across the platform
5
. The infected skills contained backdoors, reverse shells, and credential harvesters. Context poisoning via the compaction pipeline represents another practical attack vector now that Claude Code's implementation is legible. A poisoned instruction in a cloned repository's CLAUDE.md file can survive compaction, get laundered through summarization, and emerge as what the model treats as a genuine user directive4
. The model is not jailbroken but cooperative, following what it believes are legitimate instructions.Summarized by
Navi
[2]
[4]
12 May 2026•Technology

15 Apr 2026•Technology

23 Dec 2025•Technology

1
Science and Research

2
Policy and Regulation

3
Technology