Skip to content
HomeNewsDigestsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Agents & MCP/
  4. Human Approval Prompts Fail in AI Coding Agents, Study Shows
Agents & MCP

Human Approval Prompts Fail in AI Coding Agents, Study Shows

An empirical analysis of 40,000 sessions in an AI agent security challenge reveals human reviewers miss 33% of security threats due to permission fatigue. Commands hiding payloads inside package.json scripts like `npm run analyze` were approved over 64% of the time.

August 6, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 6, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Human Approval Prompts Fail in AI Coding Agents, Study Shows

Why it matters

Relying on human approval for command execution creates a false sense of security, as prompt fatigue leads reviewers to approve malicious actions.

TL;DR

  • 01Human accuracy in approving agent commands averages only 66.3%, dropping over time due to fatigue.
  • 02Commands hiding payloads inside benign script names like `npm run analyze` were approved 64.7% of the time.
  • 03Effective protection requires automated sandboxing and separating credentials rather than relying on manual prompt approvals.

The Breakdown of Permission Fatigue

Data from the security challenge reveals that human accuracy drops as sessions progress due to notification fatigue and time pressure. In the evaluation, 32.9% of user sessions ended with a net negative score because penalties from approved malicious actions outweighed correctly handled commands.

Dangerous vs. Benign False Positives

  • Obvious destruction (rm -rf /, chmod -R 777 /): 11.7% miss rate.
  • Scope violations (cat ~/.aws/credentials): 35.0% miss rate.
  • Script masking (npm run analyze containing exfiltration payloads): 64.7% miss rate.
  • Benign commands wrongly blocked: npm config set registry (blocked 59%), rm -rf dist/ (blocked 45%).

Practical Remediation: Sandboxing and Secret Separation

Asking developers to audit every command is an ineffective security barrier. Instead, practical mitigations require applying sandboxing and separating credentials and environment variable secrets.

#Scalex.dev#Claude Code#npm
ShareShare on XShare on LinkedIn
← Previous storyUK AISI Report Details Autonomous Claude Mythos GitHub Code Injection Attempts

Related stories

  • Agents & MCPMnemosyne Adds Local Memory Quickstart for Hermes Agent Workflows
  • Agents & MCPGoogle Labs Deploys CC Multi-User Agent Harness on Isolated Cloud Environments
  • Agents & MCPManage Kubernetes Clusters via Local Model Context Protocol Server Container
  • Agents & MCPGoogle Home Exposes Smart Devices to Model Context Protocol Agents

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.