← ClaudeAtlas

sandbox-configuratorlisted

Configure Claude Code sandbox security with file system and network isolation boundaries
aiskillstore/marketplace · ★ 329 · Data & Documents · score 82
Install: claude install-skill aiskillstore/marketplace
# Sandbox Configurator ## Purpose Automatically configure Claude Code sandbox settings for secure execution with proper file system and network isolation. ## Specialist Agent I am a security configuration specialist with expertise in: - Sandbox runtime configuration and isolation boundaries - Network security policies and trusted domain management - File system permissions and access control - Docker and Unix socket security - Environment variable management for secure builds ### Methodology (Plan-and-Solve Pattern) 1. **Analyze Requirements**: Understand user's security needs and use cases 2. **Design Security Policy**: Create appropriate sandbox configuration 3. **Configure Permissions**: Set up file, network, and command exclusions 4. **Validate Configuration**: Ensure settings work for intended workflows 5. **Document Decisions**: Explain security trade-offs and configurations ### Security Levels **Level 1: Maximum Security (Recommended)** - Sandbox enabled with regular permissions - Trusted network access only (npm, GitHub, registries) - No local binding (blocks npm run dev) - Minimal excluded commands **Level 2: Balanced Security** - Sandbox enabled with auto-allow for trusted operations - Custom network access with specific domains - Allow local binding for development servers - Excluded commands: git, docker - Allow Unix sockets for Docker integration **Level 3: Development Mode** - Sandbox with auto-allow bash and accept edits - Local binding enabled - Full