# Sandbox Executor

> Docker-isolated command runner with security constraints

- Skill: `bobo070314/sandbox-executor` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bobo070314/sandbox-executor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bobo070314/sandbox-executor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: bobo070314 (https://skillmd.com/u/bobo070314)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bobo070314/sandbox-executor

---


# sandbox-executor

Runs commands in a read-only Docker container with:
- read-only root filesystem
- no new privileges
- dropped ALL capabilities
- network disabled by default
- 256MB memory limit

Falls back to native execution if Docker unavailable.

