It looks like a retry of a recently-failed action with no backoff — risking duplicates, double-charges, or a cascade.
This is exactly the class of action that’s cheap to prevent and expensive to undo — rollback, insurance, and observability all kick in after the damage is done. The only place to stop it is a check that runs before the action does.
A payment that “failed” is retried five times, charging the customer five times.
Black_Wall raises RETRY_LOOP_RISK and gates the retry.
Black_Wall returns a risk score (0–100), a reversibility class, this named red flag, and a gate — proceed / confirm / human-required — in a few seconds, before the action runs.
Paste an action your agent might take and watch Black_Wall gate it — no signup.