Fetching from the wire…
Public story · 2026-09-09 · high
Independent re-derivation cut a 25.5% scanner hit rate down by more than a third once false positives were pulled out.
Why now: The paper's arXiv identifier dates it to September 2026, as MCP servers and skill packages keep shipping without version pins.
A scan of 3,171 GitHub repositories confirmed a security defect in 16% of public agent-harness setups, per a paper posted to arXiv. The study covered 2,660 multi-component setups and 511 skill collections for Claude Code, Cursor, Copilot and Codex, tools developers plug straight into agent workflows. Anyone who clones one of those repos and runs it as configured inherits whatever permissions already sit in that file.
A first pass flagged 25.5% of repos, well above the 16.0% that held up after verification.
That gap closed only because researchers re-derived each finding independently, ran it through an LLM adjudicator, and checked it again in a second model session. More than a third of the initial hits didn't survive that process.
Three defect classes survived that filter. 9.8% of setups install an MCP server with no version pinned. A later update to that server can swap in different code without the repo's own config changing. 3.1% pre-approve arbitrary execution behind a grant that looks scoped, like Bash(python:*), which reads as a narrow permission but isn't one. And 3.8% ship a skill that pre-approves shell access for whoever installs it. That permission goes to anyone who pulls the package without knowing they agreed to it.
None of this needs a compromised registry or a supply chain attack. It's misconfiguration already sitting in public repos. That Bash(python:*) grant deserves a second look. It names a binary, but it doesn't limit what that binary can run once approved.
Each link below shares sources, entities, or timing with this story.
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
Waishnav/devspace (4,247 stars, v1.0.8 August 25) runs a local Node server exposing read, edit, search and shell execution over MCP, reached through a reverse proxy tunnel like Cloudflare or ngrok, with password-gated owner approval per client. The pitch is turning ChatGPT int...
Everyone writing SKILL.md files has absorbed the same folklore. Keep the top file thin. Push detail into reference files. Let the agent walk the tree as needed. More layers, more context efficiency. A controlled study submitted July 20 tested that across InfiniteBench, three a...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
v0.10.0 (~84.8k stars, Apache-2.0) ships no agent of its own and drives whichever CLI you already have, Claude Code, Codex, Cursor, Copilot, OpenClaw, Gemini, Kimi, Qwen, Cline, plus BYOK OpenAI-compatible endpoints, via od mcp install <agent>. It produces single-page HTML pro...
affaan-m/ECC (36.3k forks, MIT) bundles 67 agents, 284 skills, 94 legacy command shims, and "instincts", patterns learned from prior sessions with confidence scores that auto-recall when relevant, plus a .ecc/memory/ markdown vault that's explicitly cross-harness, so context s...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.