161 AI Package Hallucinations Exposed, Pentest Breakthroughs, and 35 % Log‑Cost Cut
Add DepScope MCP server to your agent config and run check_package to validate dependencies and detect hallucinations.
Add DepScope MCP server to your agent config and run check_package to validate dependencies.
Summary
A recent tech conference showcased three pivotal security and cost‑efficiency breakthroughs. In the first session, researchers revealed 161 verified AI package hallucinations across 8.5 million indexed libraries, a phenomenon dubbed “slopsquatting” that allows attackers to pre‑register fake packages. To counter this, the open‑source tool DepScope was introduced; it indexes 19 ecosystems, tracks vulnerabilities in real time, and prevents AI agents from installing non‑existent packages. DepScope’s API‑driven design enables developers to validate dependencies automatically, reducing the risk of malicious or accidental package inclusion.
The second talk focused on a black‑box penetration test that chained a subtle flaw in the ECharts library’s label.formatter function with Puppeteer. The exploit created a file:// Server‑Side Request Forgery (SSRF) that allowed the attacker to read critical files such as /etc/passwd, .env, and database.php rendered inside a PNG image. This demonstration highlighted how seemingly innocuous front‑end components can be leveraged to access sensitive back‑end data, underscoring the need for comprehensive testing of all code paths, even those that appear harmless.
The final presentation detailed a platform team’s migration from an expensive ELK stack ingesting 12 TB of data per day to a Vector 0.30 + Loki 3.0 pipeline. The switch cut monthly log‑ingestion costs from $42 k to $27.3 k—a 35 % reduction—while eliminating out‑of‑memory errors and improving query latency. Vector’s adaptive buffering lowered peak egress traffic by 62 %, and Loki’s new TSDB index backend shrank index size dramatically, boosting performance. Strategic labeling—keeping low‑cardinality labels and storing high‑cardinality data as log line fields—was cited as a key factor in achieving cost efficiency.
Collectively, the talks emphasized the importance of proactive security tooling, meticulous pentesting, and cost‑effective observability. By exposing hidden vulnerabilities, demonstrating real‑world exploits, and showcasing tangible cost savings, the conference offered a comprehensive roadmap for developers and security teams aiming to safeguard AI‑driven workflows while managing infrastructure budgets.
Key changes
- 8.5M+ packages indexed across 19 ecosystems
- 45K+ vulnerabilities tracked with daily refresh
- 330k+ EPSS‑enriched advisories
- 1,587 KEV entries synced
- 161 hallucination corpus entries, 133 observed in real traffic
- Free MCP‑native API with no auth
- Daily update cadence for packages, vulns, severity, hallucinations
- Provides 22 tools like check_package, package_exists, find_alternatives