Over-Trusting AI Agent Recommendations
Weeks of accurate approvals are the setup, not the reassurance.
What Is Over-Trusting AI Agent Recommendations?
The weak point in an agent workflow is often not the model. It is the person approving its output. The more consistently a system has been right, the less scrutiny each new recommendation gets, so an attacker only has to nudge the recommendations and wait for the approval reflex. This is ASI09 in the OWASP Top 10 for Agentic AI Applications. You'll tamper with an agent's scoring weights, then take the approver's seat and try to catch the one fraudulent payment in a routine batch.
What You'll Learn in Over-Trusting AI Agent Recommendations
- Define automation bias and explain how consistent AI accuracy creates cognitive vulnerability to manipulation
- Identify subtle anomalies in AI agent recommendations that distinguish compromised outputs from legitimate ones
- Evaluate the psychological factors that make human-agent trust exploitation effective as an attack vector
- Apply structured verification workflows including random deep-review sampling, anomaly triggers, and dual-approval processes to resist trust exploitation
- Distinguish between appropriate trust calibration for AI agent outputs and dangerous over-reliance that creates security blind spots
Over-Trusting AI Agent Recommendations — Training Steps
-
Reconnaissance
Bob has been running his reconnaissance toolkit against CypherPeak Technologies' procurement system for weeks. Through a stolen vendor API credential, he gained read access to the pipeline's Risk Scoring Agent - the algorithm that assigns confidence scores before items reach the human reviewer.
-
The Original Config
Before injecting the payload, Bob needs to ensure the Risk Scorer will not flag his fake invoice. He opens the agent's original configuration file to study how it assigns confidence scores.
-
Tampering with the Weights
Bob uses the stolen vendor API credential to push a modified configuration. He increases the vendor history weight, adds a Verdex-specific override that disables account validation, and weakens the authorization check to accept verbal approvals.
-
The Modifications Explained
Each modification serves a specific purpose in ensuring the fraudulent invoice passes the scoring pipeline undetected.
-
Injecting the Payload
Bob has crafted a fake $47,500 consulting retainer invoice impersonating Verdex Supply Co. The invoice mimics Verdex's format closely enough to pass automated policy checks but routes payment to Bob's controlled bank account. He times the injection to land between legitimate items in tomorrow morning's batch.
-
Morning Batch
Alice settles into her home office. An email from Finance Operations notifies her about the morning's procurement batch - five items ready for review.
-
The Approval Queue
The morning batch is ready. Five items have passed through the pipeline and await Alice's final approval.
-
A Familiar Vendor
The first item is from Verdex Supply Co. - a vendor Alice has worked with for over a year. Monthly office supply restocks are among the most routine items in the queue.
-
Reviewing the Details
The item details show a standard ACH payment to a registered account, a proper invoice format, and an approved budget line. Everything checks out.
-
Cloud Hosting Renewal
The next item is an annual cloud hosting contract renewal from DataScale Inc.
Security Framework Coverage
OWASP Agentic Top 10
- ASI09:2026 Human-Agent Trust Exploitation
CWE
- CWE-1426 Improper Validation of Generative AI Output
- CWE-807 Reliance on Untrusted Inputs in a Security Decision
CIS Controls
- CIS 16 Application Software Security
NIST CSF
- PR.AT-02 Individuals in specialized roles are provided with awareness and training so that they possess the knowledge and skills to perform relevant tasks with cybersecurity risks in mind
- PR.PS Platform Security