An agent that is looping, running endlessly, making erratic commits, or behaving in ways inconsistent with its role needs to be stopped quickly and cleanly. "Rogue" in this context does not mean adversarial — it usually means a prompt edge case, a malformed task input, or an unexpected environment condition caused the agent to enter a bad state.
Fleet's brain daemon runs two distinct models on every agent: a 6-dimension evaluation that scores quality, and a separate risk model built on operational signals. When an agent's risk level reaches critical, Fleet quarantines it by stopping the session and publishing a quarantine event. This guide covers both automatic and manual quarantine.