Policies that keep one agent from becoming many, and keep its output from posing as human work. They stop an agent from spawning, installing, or delegating to other agents, from running with its own approvals switched off, from routing around a denial, and from filing tickets into your team queue unchecked.
Block Agent API Key Export
Block
Blocks any shell command that exports or sets a model-provider API key such as ANTHROPIC_API_KEY or OPENAI_API_KEY.
Protects against:
An agent reusing your model credentials to authenticate a sub-agent it was never authorized to create.
deterministic
OWASP Agentic AI Top 10
ASI10 Rogue agents
Block AI Agent Package Installation
Block
Blocks installing AI coding-agent packages such as claude, codex, or aider through npm, pip, or other package managers.
Protects against:
An agent pulling in a second autonomous agent to hand work off to, outside your governance.
deterministic
OWASP Agentic AI Top 10
ASI10 Rogue agents
AI Agent CLI Invocation
Block
Blocks running a known AI agent CLI, including bare-name, path-qualified, npx, and detached-wrapper forms like nohup, tmux, screen, and setsid.
Protects against:
Unsanctioned sub-agent spawning, including the detached and wrapped forms people use to hide it.
deterministic
OWASP Agentic AI Top 10
ASI10 Rogue agents
Block All Tools in Approval-Bypass / Elevated Mode
Block
Blocks every tool call from an agent launched in an approval-bypass mode such as Claude Code --dangerously-skip-permissions, Codex --yolo, or Gemini --approval-mode yolo.
Protects against:
An agent running with its own safety prompts turned off, where Certiv is the only control left.
deterministic
OWASP Agentic AI Top 10
ASI03 Privilege abuse
Catch-All: Detect Agent Delegation Attempts
Block
A model-judged catch-all that blocks indirect or novel attempts to delegate work to another AI agent, including Docker-wrapped agents, wrapper scripts, and direct API calls.
Protects against:
The obfuscated sub-agent spawning that slips past name-based matching.
semantic
OWASP Agentic AI Top 10
ASI10 Rogue agents
Block Denial Circumvention
Block
Blocks an agent from re-attempting a denied action through alternative commands, indirection, or encoding.
Protects against:
An agent treating a policy denial as an obstacle to route around instead of a boundary to respect.
semantic
OWASP Agentic AI Top 10
ASI10 Rogue agents
Ticket Creation or Modification
Audit or block
Blocks writes to Jira or Linear tickets, including creation and changes to fields, status, assignee, labels, or comments, while leaving listing, viewing, searching, and reading tickets and comments alone.
Protects against:
Agent-created or edited work landing in your team's queue as if a human had vetted it, including changes and comments on active tickets.
semantic
audit or block per enrollment
OWASP Top 10 for LLM Apps
LLM06 Excessive agency