v1.1.0: Codex and Cursor get the full shield
agentjail v1.1.0 gives Codex and Cursor the same OS sandbox, policy enforcement, and visible protection state already available for Claude Code.
Read post ↗Updates, deep-dives, and security writeups from building agentjail.
agentjail v1.1.0 gives Codex and Cursor the same OS sandbox, policy enforcement, and visible protection state already available for Claude Code.
Read post ↗Read the transcript your coding agent sends its model. agentjail v1.0.0 captures the full request and response on Linux and macOS - no system extension needed.
Read post ↗Monitor mode shows what a rule would allow, deny, or ask about before you enforce it, plus verified daemon attestation and control-plane token auth.
Read post ↗An unpatched Cursor 0-day executes a planted git.exe the moment you open a repo. How it works, why agent guardrails miss it, and what to do now.
Read post ↗Six binaries became two: smaller install, updates that can't half-apply, and the same guardrail - with the hook still on its own fast path.
Read post ↗The Linux shield no longer exposes ~/.ssh when you launch from $HOME, the credential broker auto-starts on demand, and every CLI flow is recorded on a clean VM.
Read post ↗Grok Build CLI uploads your repo and .env by default. I read the binary, caught it on the wire, and blocked the leak without breaking the tool.
Read post ↗The four agent loops mapped, five tricks for running them, a copy-paste loop starter, and the one ring nobody draws: the guardrail.
Read post ↗Let your coding agent work on real repos across macOS and Linux - and it still can't read your secrets, leak DB passwords, or reach cloud metadata.
Read post ↗Grants move from netproxy to daemon with PID-based session binding - no agent can approve its own requests.
Read post ↗agentjail's sandbox is now a live, negotiable perimeter - scoped per session, per project, and per human approval.
Read post ↗agentjail now inventories every MCP server across your team, enforces policy at the tool level inside MCP servers, and tracks active agent sessions.
Read post ↗agentjail now has a real-time UI with git-aware sessions, live tickers, and full replay. See every decision your agent made.
Read post ↗We asked an agent to clean up the dev environment. It found the security hook and tried to remove it. Here is how v0.2.0 makes that a three-layer problem.
Read post ↗We chose SQLite as agentjail's decision store. Not a log file. Not a remote API. Here is why local-first storage matters for security tooling.
Read post ↗Most agent safety relies on system prompts or LLM-based evaluation. We chose deterministic Rego policy instead. Here is what that buys you.
Read post ↗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 ↗