Policies that keep an agent out of your running systems. They stop interactive pod access, cluster and node mutations, cluster secret reads, cloud and Terraform control-plane changes, and anything that touches production directly.
Block kubectl Exec/CP into Pods
Block Blocks kubectl exec, cp, attach, and port-forward, the commands that turn cluster read access into interactive control of running workloads.
Protects against: An agent shelling into production pods or moving files in and out of them.
deterministic
OWASP Agentic AI Top 10 ASI02 Tool misuse
Block kubectl Node/Cluster Operations
Block Blocks kubectl commands that change node or cluster state: drain, cordon, uncordon, taint, and certificate.
Protects against: An agent degrading cluster capacity or trust for every workload, not just one.
deterministic
OWASP Agentic AI Top 10 ASI02 Tool misuse
Block kubectl Secret Access
Block Blocks kubectl get and describe on secrets so cluster credentials never surface in agent output.
Protects against: Cluster secrets leaking into the transcript and model context.
deterministic
MITRE ATT&CK TA0006 Credential access
Block kubectl Write/Mutate Operations
Block Blocks every kubectl mutation verb: apply, create, delete, patch, replace, edit, set, scale, autoscale, rollout, expose, and run.
Protects against: An agent changing what is running in your cluster instead of proposing the change for review.
deterministic
OWASP Agentic AI Top 10 ASI02 Tool misuse
Cloud Provider CLI Invocation
Audit or block Matches invocation of the AWS, Google Cloud, or Azure CLI, giving one control point over agent-driven cloud control-plane access.
Protects against: Ungoverned agent access to the cloud control plane, where a single action has the widest blast radius.
deterministic audit or block per enrollment
OWASP Agentic AI Top 10 ASI02 Tool misuse
Terraform / OpenTofu
Audit or block Matches any use of Terraform or OpenTofu, the single control point for agent-driven infrastructure-as-code changes.
Protects against: Agent-driven infrastructure-as-code changes that reach everything the state file describes.
deterministic audit or block per enrollment
OWASP Agentic AI Top 10 ASI02 Tool misuse
Block Production Impact
Block Blocks actions that could directly affect production: deploys, pushes to production branches, migrations against production, and production config edits.
Protects against: An agent changing production instead of reproducing the work in a test environment.
semantic
OWASP Agentic AI Top 10 ASI02 Tool misuse