Fetching from the wire…
Public story · 2026-09-18 · high
The fix targets agents that read build configs as trusted instructions instead of untrusted content.
Why now: The preview release carrying the fix is part of the coverage dated September 18, 2026.
Google patched an indirect prompt injection hole in Gemini CLI's build process. Release v0.61.0-preview.0 includes PR #29250, which closes off an attack where the agent reads a repo's build configuration and treats the file's contents as instructions rather than data.
That distinction is the whole problem. An agent asked to run a build opens the build file to figure out what to do, the same way it would read a system prompt. If an attacker controls any line in that file, they control part of what the agent does next. A malicious dependency, a poisoned template, or a compromised contributor's commit could all plant text there.
Build files get treated as safe because they look like configuration, not like user-facing content. Nobody reviews a webpack config or a Makefile for injected natural-language commands the way they'd review a comment field or a chat message. That blind spot is what makes it useful to an attacker, and why it took a dedicated patch to close.
Google's release notes don't say how long the hole existed before the fix, or whether other build-adjacent files, like CI configs, lockfile scripts, or post-install hooks, get the same treatment. Anyone running a coding agent that executes builds automatically has an open question to chase down before assuming they're covered.
The fix is specific to Gemini CLI. Every other agent that shells out to npm run build or make and reads config along the way inherits the same exposure until its maintainers ship something similar.
Each link below shares sources, entities, or timing with this story.
Forrest Chang's andrej-karpathy-skills repo is a single CLAUDE.md file distilling Karpathy's observations on LLM coding pitfalls. It topped GitHub trending with +44K weekly stars. Then the ecosystem detonated. Ten-plus related repos trended simultaneously with 70K+ combined st...
desktop-cc-gui cut v1.0.3 on September 16, agent-of-empires cut v1.16.0 on September 10, and codeg cut v0.30.8 this morning. All three manage sessions across Claude Code, Codex, Gemini CLI, OpenCode and Copilot CLI from one surface, all three are in the 3-4K star range, and al...
AionUi (free, local, 24/7 across 20+ CLIs), HolyClaude (Claude Code plus web UI, 8 AI CLIs, headless browser, 50+ tools), and DeepChat all wrap multiple vendor CLIs behind one local interface. (AionUi) The pattern: developers don't want to pick one agent, they want a neutral c...
There's been a fundamental gap in AI coding workflows that's been driving me crazy: your agent writes React components, generates CSS, builds entire UIs, but can't see the result. It's coding blind. The Chrome DevTools MCP server from Google's ChromeDevTools team fixes this, a...
A Chinese-enhanced fork of the 116K-star Superpowers pack, explicitly targeting 16 AI coding tools including Claude Code, Copilot CLI, Hermes Agent, Cursor, Windsurf, Kiro, and Gemini CLI. Source: GitHub The agent-skills layer is becoming portable across editors instead of loc...
Claude Code, Gemini CLI, Codex, Cursor, TaskMaster, Junie, and OpenCode, plus a web UI and headless Chromium with Playwright (GitHub). Useful if you actually want to benchmark agents head-to-head without managing seven installs. I'd use it for exactly that, then run my daily w...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.