ProblemThe most serious circulating incident is a Bot with infrastructure permissions that created resources in the wrong region and, in resolving the mess, deleted a live production site.
TechniqueA Bot with credentials that can destroy something should have those credentials scoped so it cannot, rather than instructions telling it not to.
Why it worksWritten boundaries are a control on intent; scoped permissions are a control on outcome. There is no dry run, and approvals gate the proposed action rather than the cleanup the Bot improvises afterwards.
When to useAny Bot touching infrastructure, production or deletion.