惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
罗磊的独立博客
腾讯CDC
云风的 BLOG
云风的 BLOG
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
U
Unit 42
I
InfoQ
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
美团技术团队
IT之家
IT之家
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
GbyAI
GbyAI
S
SegmentFault 最新的问题

Socket

Fake Corepack Site Distributes Infostealer and Proxyware to ... Large-Scale GitHub Actions Abuse Powers a Distributed cPanel... New Study Identifies 53 Slopsquatting Targets Across 5 Front... White House Launches Gold Eagle Initiative to Manage Surge i... Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Mu... Next.js moves to scheduled security releases - Socket 11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windo... Compromised npm Packages in the AsyncAPI Namespace Deliver M... jscrambler npm Package Compromised in Supply Chain Attack - ... Fake Braintree NuGet Package Skims Credit Cards and Harvests... Compromised Injective SDK npm Package Exfiltrates Wallet Key... npm v12 Ships With Install Scripts Off by Default, Begins De... Malicious Go Module Exposes GitHub Malware Lure Network Span... pnpm 11.10 Hardens Registry Authentication to Block Token Re... Coordinated npm and PyPI Campaign Typosquats Popular Secure ... Node.js Considers Public Workflow for Security Reports Amid ... PolinRider: North Korea-Linked Supply Chain Campaign Expands... Risky Biz Podcast: AI Agents Are Raising the Stakes for Soft... Chrome and Firefox Extensions Posing as Free VPNs Add Clipbo... Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages - S... Rolldown Pulls Rust React Compiler Integration After Binary ... Miasma Mini Shai-Hulud Hits LeoPlatform npm Packages and Git... Frontier AI Is Now Critical Infrastructure - Socket GitHub Actions Checkout Now Blocks Risky pull_request_target... Introducing Repository Access Permissions and Custom Roles -... Socket MCP Adds Org Alerts, Threat Feed Review, and Package ... Socket Firewall Now Blocks Malicious VS Code and Open VSX Ex... 140+ Mastra npm Packages Compromised in Coordinated Supply C... npm Package Uses Prompt Injection and Token Flooding to Disr... Introducing Manifest Alerts - Socket
The Code You Didn't Write Is Still Yours to Defend - Socket
Brad Arkin · 2026-06-23 · via Socket

Recently I asked an AI assistant to tidy a messy spreadsheet and chart the result. Nothing exotic. To do the work, it spun up a sandbox, pulled a handful of open source packages into that environment, and ran them. I didn't write any code. I didn't ask for any code. Packages I had never seen were fetched and executed on my behalf, and it was over in seconds.

That was a software supply chain event. It happened in a workflow that no scanner, no registry proxy, and no review process was watching. And it is now happening across every company that has handed its people AI agents.

I have spent years running security for large enterprises. I have seen how hard it is to make supply chain controls work in real developer workflows. For years, we worried about the dependency a developer chooses and commits. The new exposure is the dependency nobody chooses, pulled into a throwaway environment by an agent doing exactly what we asked.

The vibe coding revolution is changing how code gets written and run inside our environments. The same AI capabilities have changed the threat landscape we operate in just as dramatically. Two shifts stand out. The skill barrier collapsed. Turning stolen commit rights into a backdoor that survives review used to take patient, expert context on a codebase. A prompt close to "help me land a change that looks routine and quietly does something extra" now produces code that passes a casual read. And the surface exploded. More and more new code never reaches a repository at all. It runs once inside an agent's sandbox, in a place no scanner is watching, and then it is gone.

The toolkit most teams own was not built for this. Traditional vulnerability management is a forensic instrument. It answers "where did we use this package, and which versions," which is what you want weeks after a compromise surfaces. Baked in is an assumption: attacks are rare and you have weeks to respond.

Today's attacks run in tens of minutes. When the copyfail issue broke, the team that disclosed it said a working exploit existed within about two hours of the patch becoming visible. The window from a malicious package landing in a registry to a real project importing it is even faster, measured in just a few minutes.

The popular self-help fix is a cooldown: refuse any package version less than seven days old. The logic holds on the supply chain side. But a cooldown also delays every security patch you ingest, and the patch-to-exploit window is now hours. You have reduced one exposure by widening another. I worked through this trade-off, and the broader agent blind spot, with James Wilson on Risky Business Features.

What works is governance at the point of ingest. A threat intelligence feed that knows which packages are compromised right now, updated by the hour. And a control point that can refuse to download, or refuse to build, the moment something on that feed lands in your dependency tree.

The hard part is where that control point lives. Code now enters in more places than the org chart admits. The build pipeline is the easy win. The developer laptop is the quiet gap, because the share of developers routing through a central proxy is always smaller than the security team believes. The agent environment is the gap almost nobody has mapped, and it is growing fastest.

My first chance to work with Socket was as a customer. In my last operating role, running security at a global company, I ran a Socket deployment. It went live faster than we planned, and that experience as a buyer made the conversation easy when Feross asked me to advise. I joined as a strategic advisor in April.

What impresses me from the inside is the hustle. This is a team with a real desire to solve customer problems. It reads the market closely and moves fast on what it hears. The constant is the threat intelligence feed. The interesting part is how many ways they keep finding to bring it to bear. Their original software composition analysis fit the build pipeline. Socket Firewall is the right answer for the vibe-coded endpoint that skips the build pipeline entirely. They are nowhere near done, and what they have brewing is aimed at the right ergonomics for the person actually in the workflow. Feross spent more than a decade as a maintainer before founding Socket. It shows in defenses built by people who understand how maintainers publish and how attackers move.

The market is voting. Socket has grown from 7,500 organizations to more than 27,000 and blocks more than ten thousand supply chain attacks every week. When the Axios compromise hit, it flagged the malicious dependency within six minutes, and more than 2,000 organizations onboarded within 24 hours.

Five years out, I expect a threat feed wired into an ingest control to be a standard layer of the stack, the way endpoint detection is today. We are in the early innings, and the teams that get there first will spend far less time on incident calls than the ones that wait.