SAIL 2.0

/

Operate - Safe Execution Environment - Sandbox

/

Irreversible Agent Actions Without Rollback Path

6.14

.

Irreversible Agent Actions Without Rollback Path

sail
6.14
Risk

Irreversible Agent Actions Without Rollback Path

Description

Agents execute destructive or irreversible actions β€” deletes, transfers, sends, deployments β€” with no undo path, compensating transaction, or staged execution, making single failures unrecoverable.

Example

A workflow agent deletes customer records during a cleanup task misinterpreted from a poisoned ticket; no soft-delete or backup path exists.

Assets Affected

AI Agent

Tool

Agentic Platform

Dataset / RAG

Mitigation
  • Classify actions by reversibility
  • require HITL or staged execution for irreversible actions
  • implement soft-delete and undo windows
  • use compensating transactions
  • test rollback paths.
Standards Mapping
  • ISO: A.9.4
  • OWASP agentic: ASI02
  • EU AI Act: Art. 14
  • DASF: Agents-Core 13.2
  • AIUC-1: D003