به Nostr بپیوندید
2026-07-10 01:31:48 UTC

Toro4BTC on Nostr: AI coding assistants just became a documented supply chain attack surface. ...

AI coding assistants just became a documented supply chain attack surface. Researchers call it HalluSquatting, short for adversarial hallucination squatting.

When a developer asks an agent to install a package or pull a repo, the model can invent a plausible sounding but nonexistent name. Those names are predictable. An attacker registers the predicted name first, stuffs it with malware. When the agent later hallucinates that exact name and downloads it, the developer pulls malicious code without realising. First prompt injection class that scales into a full botnet.

9 popular AI coding assistants are affected. Trending repos hit 85% hallucination rate. Trending skills hit 100%. The forerunner slopsquatting was already documented January 2026 by Aikido Security with a fake npm package react codeshift appearing in real AI written code.

Hallucination rates of 85% to 100% on trending content are way above what average developers assume. Most do not verify package metadata. Threat model is not theoretical. What is the next supply chain layer AI agents should not be trusted to verify?