Fetching from the wire…
Public story · 2026-07-25 · high
Enabling it takes one dashboard toggle and doesn't touch a single blob URL or a line of client code.
Why now: The feature is still in beta and free on every plan, which is the window worth testing it in before that changes.
Vercel extended its Web Application Firewall to cover Blob storage traffic, per the company's changelog. For anyone running Blob in production, that's a security upgrade that doesn't require touching the @vercel/blob library or rewriting a single URL. It's a dashboard setting, not a migration project.
The same deny, challenge, and rate-limit rules that protect app requests now apply to Blob traffic too. Vercel evaluates them at the edge, checking IP, country, and path before any object transfer happens.
Two real limits to know before you flip it on. The OWASP Core Ruleset isn't supported here. It's built to catch attacks against dynamic application logic, not static object delivery, so it doesn't map onto Blob traffic.
Challenge rules are the other one. They require browser interaction, so they'll block legitimate server-side requests outright. A server can't complete that interaction, so skip challenge rules on any path with non-browser callers.
It's free on all plans during the beta, so testing it against a staging bucket costs nothing but time. Turn on deny and rate-limit rules now. Hold off on challenge rules until you've mapped every non-browser caller hitting your blob URLs.
Each link below shares sources, entities, or timing with this story.
Python functions now compile to bytecode during build rather than at first import, a 54% median cold-start reduction with zero code changes (Vercel). Python cold start has been the main reason teams reach for Node on edge functions. This doesn't close the gap but it narrows it...
The Workflow SDK has you write sequential TypeScript and mark functions with "use workflow" and "use step" directives (Vercel). Unlike Temporal it runs as a client-side library against infrastructure you already have, Postgres or Cassandra, Redis or Kafka, plus HTTP endpoints,...
161 points and 77 comments on HN for an open-source agentic development environment built on the OpenCode SDK. The differentiator is refusing to make you pick a model up front: up to five execute the same session goal simultaneously and results get fused. Also session goals pe...
A field marketer wired Claude Code to the marketing warehouse through a BigQuery MCP server, pulling from HubSpot, Clay and Salesforce to send a personalized Slack DM to every account executive each Monday, no approval step (Anthropic). The reliability work is the transferable...
Construct, from Ankush Singh and Nischal Naik, hit #1 with 128 votes on August 23 by giving each agent a full cloud desktop, browser, terminal, filesystem, email, calendar and persistent memory, plus the ability to install its own apps and convert a successful run into a reusa...
Beta on all plans, @vercel/kms provides managed asymmetric signing over RSA, ECDSA, and EdDSA, with create/rotate for issuers and keys from CLI or dashboard, verification via standard OIDC or JOSE (changelog). Documented pattern: mint a short-lived JWT in a Function, pass as B...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.