ContAIned banner
aiquilibria aiquilibria

ContAIned

Security community

Description

A governed coding agent CLI built on Claude Code. Runs inside an isolated Docker container with operator-controlled policy baked into the image, per-tool-call audit logging, and QA gates enforced before every session is accepted.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

cont[AI]ned

[] take back control of your coding agent!

A coding agent CLI built on [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview).

The agent operates within a defined workspace inside an isolated Docker container. All tool calls are audited. Policy is baked into the container image at build time and enforced by hook scripts before every tool call — the agent cannot change the rules it operates under. High-risk actions (such as git mutations) can be configured to escalate to the operator for explicit approval rather than being allowed or blocked outright.

Contents

Why contAIned?

Three existing primitives handle adjacent problems but leave a critical gap:

Claude Code's `/sandbox`

Claude Code ships a built-i