// THE BLOG

Notes from the jail.

Updates, deep-dives, and security writeups from building agentjail.

A coding agent's tool call passes through agentjail, which evaluates it against local policy and either lets it run or blocks it.

Introducing agentjail

Coding agents act on your behalf, which is what makes them risky. agentjail enforces policy at the tool boundary, offline, before a dangerous call runs.

Read post ↗