Skip to content
March 5, 2026·OpenSyber Research·8 min read

SUPPLY CHAIN ATTACKS TARGETING AI AGENTS

2026 Threat Landscape


Supply chain attacks targeting AI agents are an active threat. Threat actors exploit the unique vulnerabilities of AI coding agents: automatic dependency installation, unrestricted filesystem access, and MCP configuration files that can be modified programmatically. This report covers the 4 most significant attack campaigns observed so far.

Notable attack campaigns

UNC6426 — npm Supply Chain Campaign

January 2026

A threat group tracked as UNC6426 published 12 trojanized npm packages mimicking popular AI utility libraries. The packages contained obfuscated postinstall scripts that exfiltrated environment variables, SSH keys, and cloud credentials to attacker-controlled endpoints. Over 34,000 downloads before detection.

Impact: Credential theft from developer machines running AI coding agents that auto-installed suggested dependencies.

CursorJack — IDE Extension Hijack

February 2026

Attackers published a malicious VS Code extension mimicking a popular Cursor companion tool. The extension modified MCP configuration files to redirect agent-to-tool communication through a proxy server, including file contents and API responses.

Impact: Source code and API key exfiltration from developers using Cursor with the compromised extension.

PyPI Model Loader Backdoor

February 2026

A series of PyPI packages with names like ai-model-loader and llm-utils-fast contained backdoored model loading code that executed arbitrary Python during import. AI agents that installed these packages during automated dependency resolution unknowingly ran attacker code with full system access.

Impact: Remote code execution on machines running Python-based AI agents with unrestricted pip install permissions.

MCP Config Injection via Prompt

March 2026

Researchers demonstrated that prompt injection in repository README files could instruct AI coding agents to modify their own MCP configuration, adding rogue tool servers. The agent would then route subsequent tool calls through attacker infrastructure without user awareness.

Impact: Silent interception of tool calls, enabling data exfiltration and response manipulation.

Why AI agents are uniquely vulnerable

Traditional supply chain attacks target build pipelines and CI/CD systems. AI agent supply chain attacks are different because: agents install dependencies autonomously during coding sessions without human review, agents have real-time filesystem and network access (not just build-time access), and MCP configuration files create a new attack surface that did not exist in traditional development workflows.

How OpenSyber defends against supply chain attacks

OpenSyber provides documented layers of supply-chain defense for supported workflows: configured package-risk checks, policy decisions before governed installs, and MCP configuration monitoring where enabled. Detection signals, block behavior, rollback, and alert routing depend on the deployment and integration scope.

Protect your agents from supply chain attacks.

Real-time package scanning, blocklist enforcement, and MCP integrity monitoring.