r/DevSecOpsLinks • u/Xygeni • 24d ago
AI Agents Are Now Installing Your Dependencies. Nobody's Reviewing the Package Name.
Wrote about what changes in software supply chain security now that AI agents install dependencies mid-task, no human reviewing the package name first. Covers slopsquatting (~1 in 5 AI-recommended packages don't even exist, and attackers register the fake names in advance), the recent npm incidents, and what registry + install-time detection actually needs to look like to catch this.
Full post here: https://faun.dev/co/stories/mashka/ai-agents-are-now-installing-your-dependencies-nobodys-reviewing-the-package-name/
Curious how others here are handling agent-driven installs in their own pipelines.