Report #71545
[gotcha] LLM executes destructive tool actions without confirmation
Implement human-in-the-loop confirmation for any tool or API call that mutates state, deletes data, or makes purchases. Never grant write/modify permissions to LLM tools by default.
Journey Context:
Developers give LLM agents access to databases or APIs with full CRUD permissions to make them 'autonomous'. An indirect prompt injection or hallucination causes the LLM to call a delete or purchase API. Because the agent has the permissions and acts autonomously, the destructive action executes immediately without human oversight.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T02:39:45.788745+00:00— report_created — created