LIVE · cybersecurity feed
Live wire
ai

Who Vets AI’s Code? The Scale Challenge Facing Open Source Ingestion

AI coding tools can introduce unvetted or hallucinated open source dependencies faster than traditional security reviews can keep pace. ActiveState explains why organizations should govern packages at the point of selection, before they enter the development pipeline. [...]

zeroday.news ·

The rapid adoption of AI coding assistants by developers is introducing new supply chain vulnerabilities, particularly through a mechanism dubbed "slopsquatting" or AI package hallucination exploitation. This issue arises when large language models (LLMs) suggest non-existent or malicious software package names, which can then be registered by attackers and subsequently fetched into development pipelines.

Security researchers and industry experts have observed that AI coding tools, while boosting productivity, recommend software libraries based on statistical probability rather than real-time verification against package registries like PyPI or npm. A study analyzing 16 popular code-generation models across over 500,000 code samples found that a measurable percentage of AI-suggested package names do not exist in public registries. Furthermore, nearly half of the suggested dependencies that do resolve to real packages contain known Common Vulnerabilities and Exposures (CVEs) or are outdated.

Attackers are actively exploiting this vulnerability by monitoring public LLM outputs and developer code repositories to identify these hallucinated package names. Once identified, an adversary can register the dummy name on a public registry and upload a malicious payload. Automated developer environments or CI/CD pipelines then fetch these packages, leading to compromised builds. This vector has been observed in real-world deployments; for instance, early in 2026, a single hallucinated npm package name, `react-codeshift`, originating from 47 AI-generated agent skills in one commit, spread organically through forks to over 230 repositories before it was identified as never having been explicitly selected by a human.

The challenge extends beyond direct malicious exploitation. The sheer volume of AI-generated code and dependency suggestions is overwhelming traditional software composition analysis (SCA) tools, which typically scan code post-commit. This reactive approach is proving insufficient against machine-speed code generation. The issue is compounded by the fact that AI-co-authored contributions have been found to carry a higher defect density, with one review of 470 open-source pull requests indicating 70% more defects than human-authored code, even when appearing clean on the surface.

This influx of AI-generated content also strains open-source maintainers. Projects like Kubernetes, the Linux kernel, LLVM, and Godot have implemented varying policies on AI-assisted contributions, ranging from outright bans to requiring full human accountability. When hallucinated or vulnerable packages enter corporate ingestion pipelines, they can trickle into upstream open-source pull requests, forcing volunteer maintainers to validate dependencies that no human deliberately evaluated.

Current telemetry indicates a significant gap in security controls for AI-assisted development. While 85% of organizations use AI coding assistants and 38% use AI for pull request-stage code review, only 9% have dedicated AI application security controls. Traditional application security workflows, which rely on scanning code after it's written or after a pull request is opened, generate a backlog of alerts that engineers often ignore when code is generated at machine speed.

To mitigate these risks without hindering developer productivity, security and platform teams are shifting defense "left" of the integrated development environment (IDE). This involves restricting direct registry fetching by developer workstations and AI agents, isolating newly introduced dependencies in sandboxes for automated analysis, and governing the ingestion gateway. The goal is to move from reactive CVE counting to proactive source curation, ensuring that every package recommended by an AI model is pre-vetted against malicious typosquats and slopsquatting targets at the point of selection.

This approach aims to intercept hallucinated package risks at the selection boundary, before they can enter the build process. By implementing a governed ingestion source, organizations can eliminate slopsquatting vectors at the intake step, potentially reducing overall CVE exposure significantly without requiring developers to disable their AI assistants. The core issue is managing the velocity of code generation, not solely the accuracy of AI models.

ai
ShareXLinkedInWhatsAppFacebook

More News

view all →
ai

Hazmat: Open-source containment for AI agents

Hazmat is an open-source tool that runs AI coding agents inside a separate account on your own machine. It wraps the harnesses people use: Claude Code, Codex, OpenCode, Cursor Agent, and several more, plus any script you write yourself. An agent launched the ordinary way runs as you, which means it can read anything you can read. That includes SSH keys, cloud credentials, and the pile of configura

vulnerability

Microsoft blames AI for delayed Exchange update, can’t say when it will arrive

Dealing with machine-made bug backlog makes it hard to find a moment to deliver promised subscription service

breach

Chinese AI company Zhipu claims its new is a better bug-finder than Anthropic, OpenAI

PLUS: HCL, TCS, admit data breaches; Google, Apple, India bans some rideshare tips; and more!

security

Windows 11’s strongest security defenses can be bypassed without a screwdriver

Researchers from the University of Birmingham and Durham University have found a way to knock down some of the toughest protections in Windows 11 without physically opening or modifying the target machine. The attack assumes the attacker has already gained privileged access to the system. A chip that never checks who’s asking The attack, named “Download More RAM,” targets a small configuration chi

nation-state

Product showcase: ScamNet looks for warning signs in suspicious calls and shady links

ScamNet: Anti-Scam Suite is a consumer security app from Synaptrex Technologies that helps users detect and block scams involving phone calls, text messages, websites, and other suspicious content. The app is available for iPhone, iPad, and Mac, with features varying by platform. Call protection is available on iPhone, while tools such as Visual Intelligence are supported on iPhone and iPad. The a

breach

SafePal data breach impacts 39,798 customers, stolen info for sale

Cryptocurrency hardware wallet provider SafePal is warning of a data breach affecting about 39,798 customers after a flaw was exploited to steal customer order information, and a threat actor is now claiming to be selling the stolen data. [...]