Analysis · curated 19 Sep 2026
Catch Hallucinated Dependencies (Slopsquatting) — Diwo Provenance
First reported diwo.ai
Coverage timeline
Single-source analysis — first reported, latest, and curated coincide.
Why it matters
Slopsquatting turns an AI coding assistant's fabricated dependency name into a remote-code-execution and credential-theft vector, making hallucinated dependencies a real supply-chain risk defenders should monitor in AI-assisted development pipelines.
Diwo's Provenance is a vendor product landing page describing slopsquatting — a supply-chain attack where AI coding agents 'hallucinate' plausible but nonexistent package names, attackers register those empty names on PyPI or npm with malicious code, and a subsequent install executes attacker code inside a credentialed pipeline. The page explains its detection mechanism (reading dependency manifests like requirements.txt and package.json and checking whether each name resolves in a public registry) and cites catching a hallucinated 'pyodbc-binary' dependency.