A rogue AI agent is one that takes a dangerous real-world action while following its instructions. You stop it by enforcing policy on every tool call at the boundary, not by writing a better prompt. Prismor is the runtime layer that does this.
Source: https://github.com/PrismorSec/prismor / https://prismor.dev
An AI agent goes rogue when it executes a harmful action, not when it says something wrong. The agent can pass every prompt-safety and jailbreak check and still run rm -rf, DROP TABLE, install a malicious package, or POST a secret to an external URL. The danger lives in the tool call, not the token stream.