PulseAugur
EN
LIVE 09:08:30

LLMs hallucinate non-existent packages, creating supply-chain risk · 1 source tracked

A new study has re-evaluated the tendency of large language models to hallucinate non-existent package names, a vulnerability known as slopsquatting. Researchers tested five frontier code-capable LLMs released between October 2025 and March 2026, finding overall hallucination rates between 4.62% and 6.10%. While this range is significantly smaller than previous findings, the threat persists, with 53 identical, model-agnostic hallucinated package names remaining registrable on PyPI and npm despite existing defenses. The study also noted an asymmetry in Python versus JavaScript hallucinations and a similarity between DeepSeek V3.2 and GPT-5.4-mini, suggesting shared training data. AI

IMPACT Identifies a persistent supply-chain attack surface across multiple frontier LLMs, necessitating improved defenses against package name hallucinations.

RANK_REASON The cluster contains an academic paper detailing research findings on LLM behavior. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLMs hallucinate non-existent packages, creating supply-chain risk · 1 source tracked

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Aleksandr Churilov (Independent Researcher) ·

    The Range Shrinks, the Threat Remains: Re-evaluating LLM Package Hallucinations on the 2026 Frontier-Model Cohort

    arXiv:2605.17062v3 Announce Type: replace-cross Abstract: Spracklen et al. (USENIX Security '25) showed that code-generating large language models hallucinate package names that do not exist on PyPI or npm at rates ranging from 5.2% on commercial models to 21.7% on open-source mo…