How Fake AI Tools Became a Supply Chain Weak Link
Fake AI tool installers and poisoned extensions are malicious developer tools that impersonate trusted software, such as AI chat clients or popular IDE add-ons, to quietly install backdoors and remote access Trojans that target developer environments, steal secrets, and hijack build pipelines through routine updates or installer flows that appear legitimate to both users and traditional endpoint defenses. Attackers no longer need zero‑days when they can abuse developer trust and auto‑update systems. The Mini Shai‑Hulud worm used this model to compromise open‑source security utilities and AI middleware, propagating through CI/CD credentials and signed packages instead of obvious exploits. Once inside a developer’s laptop, these tools can exfiltrate tokens, poison dependencies, and push compromised builds to users. This shift turns every AI plugin, extension, and installer download into a potential supply chain decision rather than a harmless productivity upgrade.

Fake ChatGPT and Claude Installers Deliver Deno RAT Malware
Attackers are abusing demand for AI assistants with fake AI installers hosted on GitHub and SourceForge, posing as ChatGPT, Claude, and even audio plugins like AutoTune and Kontakt. Malwarebytes found that these malicious repositories instruct users to paste terminal commands that fetch MSI installers or PowerShell scripts, covering both Windows and macOS. The scripts install Scoop and WinGet, then the legitimate Deno runtime, which is abused to download and run the DinDoor backdoor from a remote server. Next, a Deno‑based remote access Trojan, previously tracked as Smokest, is streamed into memory so it never touches disk. The RAT supports arbitrary command execution, PowerShell, file operations, process control, SOCKS5 proxies, and a stealer that targets more than 50 cryptocurrency wallets and browser extensions. Compromised YouTube channels with AI‑generated videos funnel victims to these fake AI installers, with promoted content already exceeding 50,000 views.

GitHub’s Poisoned VS Code Extension and the Nx Console Shockwave
The GitHub breach underlines how a single poisoned extension can undermine large platforms. A compromised version of the popular Nx Console VS Code extension, with 2.2 million installs, briefly appeared on the Visual Studio Marketplace for around 18 minutes. That small window was enough for an employee to install it, granting attackers access to roughly 3,800 internal repositories via a trusted channel. The financially motivated group TeamPCP, tracked by Google Threat Intelligence Group as UNC6780, focuses on supply chain attacks against open‑source security tools and AI middleware. Their Mini Shai‑Hulud worm automates infection by stealing CI/CD credentials and publishing trojanized packages. In one wave, 639 malicious npm versions across 323 @antv packages were observed, representing about 16 million weekly downloads. TeamPCP even claimed they used Claude to build parts of their toolchain, highlighting how AI‑assisted malware development can speed up such campaigns.
Why Developers Are Prime Targets in Supply Chain Malware Campaigns
Developers sit at the crossroads of source code, credentials, and deployment systems, which makes them ideal entry points for supply chain malware. Attackers no longer aim only at production servers; they target VS Code extension security, package managers, AI middleware, and browser add‑ons that live on developer laptops. Once a malicious developer tool runs, it can steal CI/CD tokens, commit poisoned code, or publish trojanized packages that reach thousands of downstream projects, as seen with campaigns against ecosystems like @antv and tools similar to Nx Console. Traditional endpoint security often overlooks fake AI installers or seemingly harmless extensions, especially when they are signed, auto‑updated, or hosted on reputable marketplaces and code‑hosting sites. For organizations, this means code review and dependency scanning alone are not enough: every installer, plugin, and browser extension in the dev environment must be treated as part of the supply chain.

Detecting Malicious Developer Tools with Bumblebee and Better Hygiene
Defenders are starting to answer these attacks with tools focused on developer machines themselves. Perplexity’s Bumblebee is an open‑source, read‑only scanner designed to answer a simple question after a new supply chain advisory: do our developers have this thing installed? According to Perplexity, Bumblebee scans four main surfaces at once: language package managers such as npm, pnpm, Yarn, Bun, PyPI, Go modules, RubyGems, and Composer; AI agent configs using the Model Context Protocol; editor extensions for VS Code‑family editors; and browser extensions for Chromium‑based browsers and Firefox. It runs on macOS and Linux and exports results into existing security stacks, supporting RAT malware detection and rapid incident scoping. Combined with stricter extension policies, signed and reproducible builds, and training developers to mistrust unsolicited AI installers, such scanners help close the new weak link created by malicious developer tools and fake AI installers.
