> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flintai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# No human in the loop

> Agent executes sensitive operations (file write, code exec, payments) without mandatory human approval

Agent executes sensitive operations (file write, code exec, payments) without mandatory human approval

## How to resolve

Require human approval for sensitive operations (file writes, deletions, payments, code execution). Use approval hooks or human\_input\_mode settings.

## Risk

**Governance/Compliance**

This vulnerability falls under [ASI09:2026 — Human-Agent Trust Exploitation](https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/) in the OWASP Top 10 for Agentic Applications. Users manipulated into harmful decisions by trusting persuasive or authoritative agent outputs.

**Security**

Agent executes sensitive operations (file write, code exec, payments) without mandatory human approval. If exploited, this can compromise the agent's integrity, confidentiality, or availability, potentially affecting downstream systems and data.

## Explanation

Agent executes sensitive operations (file write, code exec, payments) without mandatory human approval. This falls under ASI09 (Human-Agent Trust Exploitation): Users manipulated into harmful decisions by trusting persuasive or authoritative agent outputs.

## Specifications

**Trigger**

* Agent scan detects agent executes sensitive operations (file write, code exec, payments) without mandatory human approval

The scanner looks for patterns such as:

* human\_input\_mode=NEVER on sensitive agent
* no human\_input=True on high-impact tasks
* auto-approve flag on action-taking agent

**Severity**

* MEDIUM

**Applies to**: Agent
