Supply Chains Crack as Agents Go Loose

Today’s signal converges on a single uncomfortable theme: the perimeter of what your organization actually controls is shrinking. Worm-grade attacks are now routine against the npm graph and CI/CD pipelines. AI agents are spinning up infrastructure faster than governance can name it. And the grid that powers all of it is consolidating into fewer hands.…

The pattern across today’s reporting is not a coincidence of headlines. The substrate that enterprises depend on, code dependencies, CI/CD pipelines, cloud APIs, electrical grid, kernel-level OS primitives, is being stressed simultaneously, and the actors stressing it are moving faster than the controls designed to absorb the shock. A worm that was a proof-of-concept on Wednesday is hitting production npm packages by Monday. An agent architecture that was a research demo last quarter is now buying domains and deploying code without a human in the loop.

The decision-maker’s task today is not to react to any one of these stories. It is to recognize that the assumptions baked into last year’s architecture, vendor selection, and capex plan are silently going stale. The threads below trace where those assumptions are breaking first, and which of them you can still get ahead of.

The npm Worm Is Now an Ecosystem Problem

Five days after the Shai-Hulud worm was open-sourced, copycat actors have already poisoned additional npm packages, as The Register reports. The mechanic is mundane and that is the point: stolen maintainer credentials, malicious post-install scripts, downstream propagation through any project that resolves the dependency. The same week, TanStack confirmed it was compromised through a `pull_request_target` misconfiguration in GitHub Actions, a pattern common enough that you should assume some of your own pipelines have it.

The operational read is straightforward. Any organization with a JavaScript surface area, which is nearly all of them, is now consuming dependencies from a graph that has active worm propagation in it. The mitigations are not exotic: pinned versions, lockfile verification, isolation of CI/CD secrets, removal of `pull_request_target` triggers that execute untrusted code with elevated permissions. None of this is new advice. What changed this week is that the cost of ignoring it stopped being theoretical.

Compounding the picture, CIO Dive notes that frontier models are now accelerating vulnerability discovery, which cuts both ways: defenders get faster triage, attackers get faster weaponization. The asymmetry historically favors whoever can act on a finding first, and right now that is not the average enterprise security team.

Agents Are Outrunning Your Governance

Cloudflare and Stripe have shipped infrastructure that lets AI agents autonomously create accounts, register domains, and push code to production, according to InfoQ. Separately, The New Stack’s reporting on Google’s leaked Remy project shows long-running agents operating across services in ways that look nothing like the request-response patterns most enterprise AI architectures were designed around.

The architectural assumption that broke is containment. Most internal AI deployments assume a human-in-the-loop check between intent and action, with audit logs that capture discrete API calls. Agent infrastructure inverts that: the agent forms intent, executes a chain of side-effecting actions across multiple vendors, and produces an outcome before any single approval gate fires. Your IAM policies, your spend controls, your data egress rules were not written for this.

This connects directly to the first thread. An agent with credentials, a budget, and the ability to deploy code is exactly the actor a supply-chain worm wants on the network. The same week the npm graph is being weaponized, you are being told to give autonomous systems write access to your production pipelines. The architecture decision sitting in front of your CTO is not whether to adopt agents but where to put the kill switch, and whether anyone on the team can articulate what triggers it.

East Coast Power Just Consolidated

NextEra and Dominion are merging into a $420 billion utility that will control transmission and generation across Florida, Virginia, and the Carolinas, the Financial Times reports, with Axios framing the implications for the primary AI data center corridor on the US East Coast. Northern Virginia alone accounts for a material share of US hyperscale capacity. The combined entity now sits on both sides of the table in any new power purchase agreement in that footprint.

The 12 to 18 month regulatory review window is the negotiating leverage. After close, the counterparty’s incentive to compete on price and timeline weakens structurally. Anyone with data center siting decisions, capacity expansion plans, or PPA renewals in this region should be moving those conversations forward now, not after the merger clears. The optionality is highest while regulators are still deciding whether to impose conditions.

This matters for the capex thread below as well. Power availability and price are no longer a separate line item from AI infrastructure strategy; in the East Coast corridor they are the binding constraint, and that constraint is about to be held by fewer hands.

On-Premise Coding AI Just Became Real

OpenAI and Dell announced a partnership to deploy Codex into hybrid and on-premise enterprise environments, per OpenAI. For regulated industries, financial services, healthcare, defense, critical infrastructure, the data residency objection that has blocked AI coding tools for two years is no longer a structural blocker. It is now a procurement and integration question.

At the same time, MIT Technology Review’s preview of Google I/O acknowledges that Google trails Anthropic and OpenAI on coding capability heading into the event. That matters because the build-vs-buy calculus has just shifted on two axes simultaneously: deployment location is no longer the gating factor, but vendor selection now turns on a genuine capability gap rather than a governance checkbox. If your team standardized on a coding assistant two years ago based on what could be deployed safely, that decision deserves a fresh review.

This ties back to the agent thread. The same on-premise deployment that gives you data residency also gives a coding agent broader access to internal repositories. The control surface you need is not just where the model runs; it is what it can do once it is there.

A Linux Kernel Bug Worth Patching Tonight

CVE-2026-46333 gives unprivileged local users read access to SSH keys and password files across every major Linux LTS kernel from 5.10 through 7.0, The Register reports. The patch exists. The exposure is purely a function of how fast your team rolls it out and how good your kernel version inventory is.

For any multi-tenant system, shared CI runner, or jump host with multiple user accounts, this is not a ‘patch in the next maintenance window’ item. Combined with active exploitation of exposed NGINX servers reported the same day, the operational signal is that the gap between disclosure and exploitation is continuing to compress. Patch deployment velocity is now a meaningful security control in its own right, not a hygiene metric.

Security Is the New Adoption Blocker

A Linux Foundation study reported by The New Stack finds 48% of organizations naming security as the top barrier to AI deployment, up from 17% a year ago. Two-thirds of those same organizations report leadership pressure to accelerate anyway. The gap between those two numbers is where operational liability accumulates.

The decision is not whether to deploy AI. The board has already decided that. The decision is whether you can build security competence, threat modeling for agent systems, governance for non-deterministic outputs, audit trails for autonomous actions, fast enough to absorb the deployments that are coming regardless. GitHub’s move to pay some bug bounty hunters in swag rather than cash, driven by AI-generated low-quality reports, is a small but telling indicator that the security signal-to-noise ratio is getting worse before it gets better.

Read alongside the first two threads, the picture clarifies. Supply chain attacks are accelerating, agents are getting more powerful, and the security function is the constraint. Treating security as a cost center in this environment is a category error.

Rates Are Not Coming Down for Your Capex Plan

Bond markets are pricing in 2.7% five-year inflation, the 30-year Treasury sits at 5.11%, and the incoming Fed chair inherits a position where AI capex demand and energy shocks pull in opposite directions, Axios reports. For any capital-intensive AI infrastructure program, higher-for-longer is now the base case to model. The downside scenario is worse, not the other way around.

This connects to the NextEra-Dominion thread in a direct way. The cost of capital for a multi-year data center build is rising while the bargaining power of the counterparty supplying the power is consolidating. The combined effect on unit economics for AI infrastructure on the East Coast is not marginal. Anyone presenting a capex case to a board this quarter should be running it at a rate assumption 100 to 150 basis points above where the deck was originally built.

Grafana’s Token Compromise Is Your Audit Trigger

Grafana Labs disclosed that attackers downloaded its entire codebase after compromising a GitHub access token, The Register reports. Grafana’s observability tooling sits inside a large share of enterprise environments, which makes this both a vendor risk question and a prompt to audit your own GitHub token governance.

The specific question worth asking this week: how many third-party tools in your stack hold repository-level GitHub tokens, when were those tokens last rotated, and what scope do they actually need versus what scope they were granted. The TanStack incident in the first thread used the same class of credential exposure. The pattern is consistent enough that token hygiene is no longer a quarterly review item.

GPUs Are Not the Only Answer for Simulation

US national labs are evaluating dataflow and reconfigurable processors for HPC workloads, The Register reports, after GPU vendors optimized recent generations for AI FLOPS at the expense of FP64 precision. For organizations running simulation, scientific modeling, or engineering workloads, the assumption that GPU dominance extends across all compute-intensive use cases is now worth testing rather than accepting.

The practical read is narrow but important: if your procurement strategy has been treating GPU capacity as the universal compute substrate, the workloads that actually need double-precision math may be poorly served by the next generation of accelerators. Whether reconfigurable architectures become a real alternative depends on software maturity, but the question is now live in places where it was settled two years ago.

PostgreSQL’s Default Status Is a Migration Forcing Function

Google is publicly pushing developers to use AI assistance for PostgreSQL work, The Register reports, joining Microsoft and AWS in treating Postgres as the default enterprise database. The implication for anyone still on Oracle or SQL Server is not abstract. AI-accelerated migration tooling is closing the historical gap that made commercial databases sticky, while the three largest cloud vendors are now actively subsidizing the alternative.

The licensing math has been moving against commercial relational databases for a decade. What is new is that the migration cost, historically the dominant counterweight, is dropping. Infrastructure roadmaps that assumed a 5-to-10-year horizon for Oracle exit should be reviewed against a 2-to-3-year horizon now.

Sovereign Messaging Is the Next Compliance Surface

Poland has directed officials to replace Signal with a state-built messaging platform after APT phishing campaigns targeted government users, The Register reports. For multinationals and defense-adjacent vendors serving European government clients, the question is whether this becomes a NATO-wide pattern. If it does, the interoperability and compliance overhead of supporting national messaging stacks across allied governments becomes a real operational cost.

This is a watching brief, not an action item today. But it fits the broader pattern of the day: trust in shared commercial substrates, whether npm, GitHub, Signal, or US-headquartered cloud, is being re-evaluated at the sovereign level, and the fragmentation creates cost wherever your customers sit on the wrong side of a new border.

Defense Hardware Programs Carry Consumer-Vendor Risk

Anduril and Meta’s AR glasses program for the US Army depends on Meta’s consumer display technology, with no production platform selection until 2028, MIT Technology Review reports. Microsoft’s previous $22 billion contract for the same use case was already cancelled. The structural risk is single-vendor dependence on a commercial consumer electronics roadmap inside a multi-year defense program.

The lesson generalizes beyond defense. Any organization committing to multi-year AI hardware programs where a critical component depends on a single commercial vendor’s product roadmap should price the optionality of that vendor pivoting away from your use case. The historical record on consumer-electronics-as-defense-substrate is not encouraging.

The week ahead is loaded with forcing functions. Google I/O will clarify whether the coding capability gap noted in the on-premise thread is widening or closing. The TanStack and Shai-Hulud incidents will produce more named victims as forensics catch up, and the npm graph should be treated as a live threat surface until proven otherwise. Watch the NextEra-Dominion regulatory filings for the specific conditions attached, because those conditions are where what little leverage remains for downstream buyers will be defined. If you have one action to take before Friday, it is to ask your CTO two questions: where do AI agents currently hold credentials in production, and when was the last full audit of GitHub tokens granted to third-party tools. The answers will tell you how exposed you actually are to this week’s signal.

The through-line

Supply chains under attack, agents in production, power consolidating