Skip to main content

Overview

Claude Code is Anthropic’s closed-source AI coding agent with CLI/TUI, VS Code extension, and desktop app modes. Notable for having built-in sandbox support.
Binary path: ~/.local/bin/claude
Config: ~/.claude/
Dependencies: $$require=55-integrations-optional/keychain.sb,browser-native-messaging.sb$$

Sandbox Profile

Running in Safehouse

Built-in Sandbox (v2.0.24+)

Claude Code has its own Bash sandbox (Linux & macOS):
Claude Code’s internal sandbox applies only to Bash tool commands, not to Read, Write, Edit, MCP tools, or hooks.

Plugin System

Claude Code has a rich plugin architecture:
  • Commands — Custom slash commands (.md files)
  • Agents — Custom subagent definitions
  • Skills — Auto-activating capabilities (SKILL.md)
  • Hooks — Lifecycle event scripts
  • MCP servers — External tool integrations

Enterprise Features

  • MDM managed preferences (com.openai.codex on macOS)
  • Managed settings for org-level policies
  • Bash sandbox with network allowlisting
  • Hook and plugin restrictions