VC
Value Add VC
⚡HomePulse⚡Helpful Apps📝Blog🤝Partner
Illustration for: Slopsquatting Is the New Threat AI Coding Tools Created
Value Add VC/Pulse/AI

Slopsquatting Is the New Threat AI Coding Tools Created

VentureBeat reports a new software supply-chain attack, "slopsquatting," exploits AI coding tools that hallucinate plausible-sounding but nonexistent package names, which attackers then register with malicious code.

TC
By the AI Desk
Edited by Trace Cohen · Early-stage VC & angel · Founder, New York Venture Partners
July 11, 2026
2 min read
ShareXLinkedInEmail

THE RUNDOWN

1

VentureBeat's July 11 reporting describes "slopsquatting," a new software supply-chain attack that exploits a well-documented AI coding-tool failure mode: large language models occasionally hallucinate plausible-sounding but entirely nonexistent package names when generating code or dependency recommendations

2

Attackers monitor for these hallucinated package names and proactively register them on public package repositories like npm or PyPI, loading them with malicious code -- so a developer who copies an AI tool's suggested dependency without verifying it exists legitimately can unknowingly install malware directly into their codebase

3

The attack vector is distinct from traditional typosquatting, which relies on developers making manual typing errors, because slopsquatting instead exploits a systematic AI model failure mode that recurs predictably across many different developers using the same or similar AI coding assistants

4

The threat lands the same week CISA disclosed it lacked a prepared incident-response playbook for a GitHub credential exposure, reinforcing a broader pattern where AI-native and cloud-native attack vectors are consistently outpacing organizations' documented response readiness

TC

The VC Read · Trace's Take

Trace Cohen

Slopsquatting is scarier than typosquatting precisely because it doesn't need a human mistake -- it needs an AI model to be consistently, predictably wrong, which turns out to be a much more exploitable pattern than random typing errors ever were. Any dev-tools founder not already selling AI-suggestion dependency verification into CI/CD pipelines is leaving a genuinely underserved, urgent security category on the table.

Analysis

VentureBeat's July 11 reporting details a newly named software supply-chain attack vector called "slopsquatting," which exploits a well-documented failure mode in AI coding tools: large language models occasionally hallucinate plausible-sounding but entirely nonexistent software package names when generating code, suggesting dependencies, or recommending libraries to developers.

The attack mechanic is straightforward once the underlying AI failure mode is understood: attackers actively monitor for these hallucinated package names -- often discovered by running the same popular AI coding assistants themselves and cataloguing which nonexistent packages they suggest -- then proactively register those exact package names on public repositories like npm or PyPI, loading them with malicious code. A developer who trusts an AI coding tool's suggestion without independently verifying the package actually exists and is legitimate can unknowingly pull malware directly into their codebase and, from there, into production systems and any downstream software that depends on it.

The distinction from traditional typosquatting -- where attackers register common misspellings of legitimate package names, hoping a developer fat-fingers an import statement -- is important: slopsquatting doesn't require any human error at all. It exploits a systematic, predictable AI model failure mode that recurs consistently across many different developers using the same or similar coding assistants, meaning a single successful hallucination pattern can be weaponized against a much larger population of potential victims than a typo-dependent attack ever could.

The disclosure lands the same week CISA revealed it lacked a prepared incident-response playbook for a GitHub credential exposure -- a separate but thematically related story showing that AI-native and cloud-native attack surfaces are consistently outpacing organizations' documented security response readiness, from the federal government's own cyber-defense agency down to individual development teams.

For security and engineering leaders, slopsquatting is a concrete, immediately actionable argument for mandatory dependency verification in CI/CD pipelines -- checking that any package name suggested by an AI coding tool actually resolves to a legitimate, previously-known package before it's allowed into a build -- rather than trusting AI-generated code suggestions at face value. For founders building developer tooling and security products, AI-specific supply-chain attack vectors like slopsquatting represent a genuinely new and underserved category of security tooling demand, distinct from traditional dependency-scanning products built before AI coding assistants became ubiquitous.

The bear case: slopsquatting requires attackers to correctly predict which specific hallucinated package names a popular AI tool will suggest, which limits the attack's precision compared to more direct exploitation methods, and major package registries could meaningfully blunt the threat with more aggressive verification of newly registered package names. What to watch next: whether npm, PyPI and other major package registries implement specific slopsquatting detection measures, and whether AI coding tool vendors add real-time package-existence verification directly into their suggestion pipelines.

ShareXLinkedInEmail

Reported by VentureBeat · Analysis by Value Add Pulse.

← Back to Pulse

THE WIRE in your inbox— Tech, startup & VC news with Trace's take. Free, no spam.

Read Next

AI· Aug 18, 2026

Etched's Valuation Doubles to $21B in a Month

Illustration for: Etched's Valuation Doubles to $21B in a Month
AI$700M Series D

Etched's Valuation Doubles to $21B in a Month

AI inference-chip startup Etched raised $700 million at a $21 billion valuation weeks after its $10.3 billion mark, with first customer Jane Street already running Etched's Sohu chips in production.

AI· Aug 17, 2026

Anthropic's Annualized Revenue Hits $65B in July

Illustration for: Anthropic's Annualized Revenue Hits $65B in July
AI$65B annualized run rate

Anthropic's Annualized Revenue Hits $65B in July

Anthropic told investors its annualized revenue run rate climbed to $65 billion at the end of July, a sevenfold jump from about $9 billion at the end of 2025, as it prepares for an IPO expected this fall.

AI· Aug 18, 2026

MIT Finds AI Models Develop 'Amnesia' at Scale

Illustration for: MIT Finds AI Models Develop 'Amnesia' at Scale
AI

MIT Finds AI Models Develop 'Amnesia' at Scale

MIT researchers found that as generative AI models grow larger, their outputs become nearly impossible to trace back to specific training examples -- a phenomenon they call attribution decay that complicates copyright and fair-use fights over AI-generated.

@Trace_Cohen·t@nyvp.com