Fetching from the wire…
Public story · 2026-07-19 · high
The exploit hides in setup steps, so a review that only checks the code diff would miss it entirely.
Why now: The paper is covered in the July 19, 2026 research briefing on coding-agent risks.
Researchers hijacked a coding agent using nothing but a fake README, per a new arXiv paper (2607.15143). No exploit in the code, no malicious dependency. Just poisoned text in the install steps and bootstrap docs, trusted because the agent needs it to get the project running at all.
That's what makes this attack class hard to catch. The paper's point is that the trust is structural: an agent has to read setup docs to bootstrap itself on unfamiliar code, so it treats them as trusted context by default. It's not a bug you patch with better code review.
Any security process built around auditing code diffs while skimming the README is already checking the wrong file. If you're running agents over repos you don't control, the setup docs need the same scrutiny as the code.
The summary doesn't name which coding agents were tested, or say whether a fix is in the works. That's the open question for anyone deciding how much oversight to put on agent-driven repo setup.
Each link below shares sources, entities, or timing with this story.
A new arXiv study shows that changing only a README, requirements file, or Makefile can redirect an AI coding agent to an untrusted registry, a vulnerable version, or a wrong-but-plausible package name. Agents install dependencies without verifying names, sources, or CVEs, so...
This is the most actionable research finding I've seen this month, and it confirms something I've felt but couldn't quantify. Paper arXiv:2604.13108 studied 7,012 Claude Code sessions and found that structured architecture documents, ones that declare module boundaries, symbol...
Your llms.txt is a config file for other people's agents. That's the part most teams publishing one didn't think through. A study published August 27 scanned 6,214 live domains belonging to defense contractors, Fortune 500 companies and Big Tech, and found 227 install commands...
A large-scale study on arXiv found that 36-56% of LLM coding tasks contain at least one known CVE in specified dependencies. Not in the generated code itself. In the packages the model tells you to install. The numbers get worse. 62-75% of those CVEs are rated Critical or High...
Stanford's Denisov-Blanch group built a maturity model for AI adoption scored entirely from artifacts already in version control, applied it to 441 repositories, and found something I've been assuming without evidence. RAMP is a four-level model derived only from committed AI...
A Chinese lab shipped a runtime that manages two American coding agents as subagents, and it went from repo creation to 145,439 stars in four days. deepseek-ai/deepseek-harness published dsh-v0.1.0-rc.7 at 12:01 UTC today, its first tagged release since the repo appeared on Au...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.