ca-sandbox
v0.1.6Locally-hosted Codespace equivalent for codeArbiter. Pulls an untrusted repo into an ephemeral, isolated Docker container with no host-filesystem access and configurable egress, caches dependencies by content hash, then tears the box down. Requires Docker and nixpacks on PATH.
By arbiterForgeLicense: AGPL-3.0-only145 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ca-sandbox for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ca-sandbox@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/arbiterForge/codeArbiterClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ca-sandbox/.
Plugin files
├── .claude-plugin/plugin.json└── skills/sandbox-claude-inside/SKILL.md
Included Skills1
Run Claude Code INSIDE a ca-sandbox box (`--with-claude`). Routed to when the user wants an agent loop running against an isolated, ephemeral sandbox rather than the host. Authenticates via an env-injected CLAUDE_CODE_OAUTH_TOKEN with no host bind of ~/.claude; the image pins the CLI and disables the autoupdater; HOME is backed by a named volume so the .claude state persists across restart. Five gated phases — posture, image, token, run, teardown. The hard default is offline or Anthropic-domains-only egress, and the token volume is NEVER co-mounted with an untrusted-code run; both are enforced, not advised.
Plugin manifests1
{
"name": "ca-sandbox",
"displayName": "codeArbiter Sandbox",
"description": "Locally-hosted Codespace equivalent for codeArbiter. Pulls an untrusted repo into an ephemeral, isolated Docker container with no host-filesystem access and configurable egress, caches dependencies by content hash, then tears the box down. Requires Docker and nixpacks on PATH.",
"version": "0.1.6",
"author": {
"name": "arbiterForge"
},
"license": "AGPL-3.0-only",
"homepage": "https://github.com/arbiterForge/codeArbiter",
"repository": "https://github.com/arbiterForge/codeArbiter",
"keywords": [
"sandbox",
"docker",
"isolation",
"ephemeral",
"untrusted-code",
"nixpacks",
"codespace"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ca-sandbox on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ca-sandbox)