Report #84754
[architecture] Prompt injection bypasses agent's 'ask for permission' prompt, allowing irreversible actions without human approval
Do not rely on the LLM to decide when to ask for human approval. Implement programmatic, orchestrator-level breakpoints that intercept tool calls matching a high-risk taxonomy \(e.g., DELETE, PRODUCTION\_DEPLOY\) before execution.
Journey Context:
Developers often prompt an agent: 'If you are about to delete a file, ask the user first.' This is fundamentally flawed because a prompt injection can easily override this instruction. Trust must be enforced by the deterministic orchestration layer, which intercepts the tool call, pauses the workflow, and renders the action for human approval in a UI, completely outside the LLM's control.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T00:50:51.171045+00:00— report_created — created