Fetching from the wire…
Public story · 2026-07-16 · high
The MIT-licensed tool pulled 2,538 GitHub stars in four weeks and works with any coding agent that can run parallel subagents.
Why now: Cloudflare's security-audit-skill crossed 2,538 GitHub stars in the four weeks since its June 18 release.
Cloudflare open-sourced a security-audit skill that turns a coding agent into a multi-phase auditor. Its core rule: the agent that finds a bug is never the agent that confirms it.
The stakes go beyond vulnerability scanning. Any team running agents unsupervised has hit the same failure: an agent reports a task done without actually checking it worked.
The skill runs six phases in sequence: recon, hunt, validate, report, structured output, and independent verification. The hunt phase sends parallel agents across separate vulnerability categories, then a different set of agents tries to disprove each finding.
Findings come out as JSON, checked against a report-schema.json file by a zero-dependency Node validator. The skill is agent-agnostic, needing only a model with tool use and the ability to run parallel subagents, per the repo.
The adversarial split is the part worth copying elsewhere. Adversarial verification means a separate process checks a claim instead of trusting the one who made it. It applies anywhere an agent self-reports success: code review, data pipelines, test suites. For context, a related tool, GitHub's Agentic Autofix, already runs an explore-fix-verify loop before opening a PR. An independent verification step is a small addition from there.
The repo doesn't say how verifying agents get picked, whether it's random assignment or a deliberate cut from the original hunt's context. That's what decides whether the adversarial step is real independence or a second look with the same blind spots.
Each link below shares sources, entities, or timing with this story.
Hudson Rock got hold of the archive and counted it. 433,909 files. 118,829 CI runner dumps traced to 2,488 corporate domains. AWS keys, Salesforce client secrets, Slack signing secrets, Azure environment variables, and AI provider API keys belonging to NVIDIA, Volkswagen, Micr...
RyanAlberts/best-of-Agent-Harnesses is a weekly-rescored ranking that also ships an MCP server, llms.txt, and JSON, so agents themselves can query and recommend harnesses. It's two things at once: a useful landscape reference for picking a harness, and a clean example of the "...
VibeSDK (MIT, ~5,077 stars) deploys an entire vibe-coding platform on the Cloudflare stack in one click. Sandboxed live previews, React+TypeScript+Tailwind generation, Workers deploy, GitHub export, defaulting to Gemini. Recent releases add a headless TypeScript SDK, a zero-kn...
Every story above generates tokens, and tokens are money. rtk is the clearest "do this today" item in the whole dataset. It's a single Rust binary, 59,658 stars, created January 22 and pushed as recently as June 7, that proxies common dev commands and claims 60 to 90% reductio...
Cloudflare's framework for stateful AI agents on Durable Objects. Agents get persistent state, storage, lifecycle with MCP support, scheduling, and real-time communication. Agents hibernate when idle and wake on demand — costing nothing inactive. You can run millions: one per...
A spec is a press release until someone who didn't write it implements it. GitHub made Agent Plugins 1.0 generally available on August 12 across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on all plans. The spec, published August 6, was co-authored by AWS, Anysp...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.