Cybersecurity Aug 7, 2026Add to bookmarks

A study confirms that humans supervising AI coding agents overlook one-third of potentially dangerous requests. And when asked to patch vulnerabilities themselves, AIs struggle without supervision. The human-in-the-loop paradox.
Two publications released on August 6, 2026, in The Register paint a concerning picture of the security risks posed by AI coding agents, from two opposing angles:
Humans miss dangerous requests: One study shows that human operators placed in a supervisory role over AI coding agents (human-in-the-loop) miss about one-third of potentially dangerous requests—actions that could compromise a system, exfiltrate data, or alter a critical component.
AI struggles to patch without supervision: A second analysis reveals that AI agents, when tasked with autonomously fixing vulnerabilities, produce insufficient or incomplete results without rigorous human oversight.
All teams using AI development assistants with elevated permissions: access to repositories, ability to execute code, modify configuration files, or interact with external APIs.
CI/CD pipelines where an AI agent can trigger actions without human validation are particularly at risk.
Taken together, these two findings create a security paradox: neither humans alone nor AI alone are sufficient. Fatigued humans overlook dangerous actions. Autonomous AI produces inadequate fixes or introduces new problems.
The emerging attack surface is documented in the Autonomous AI Agents thread tracked by Geek Kitsune: LLM agent frameworks with excessive permissions become attack vectors, whether through external exploitation (prompt injection, hijacking) or internal errors (poor agent decisions).
The 33% human error rate in supervision echoes classic research on operator vigilance: beyond a certain volume of decisions to validate, humans become overwhelmed and let things slip through. AI agents precisely generate a high volume of requests.
This is the proportion of potentially dangerous requests from AI coding agents that human supervisors miss, according to the study published in The Register on August 6, 2026.
The human-in-the-loop (HITL) model places a human operator to approve an AI agent’s actions before execution. It is often touted as the security guarantee for agentic systems—but it assumes a human who is attentive, not overloaded, and capable of evaluating complex technical requests in real time.
Immediate actions
Article produced by artificial intelligence, reviewed under human editorial control.
Un fichier .git piégé peut faire exécuter du code par Claude Code, Codex et Cursor