sandbox-status

Inspect Claude Code sandbox status, configuration, and security events.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill sandbox-status-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandbox-status
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/sandbox-status
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill sandbox-status-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers quickly verify the native Claude Code sandbox status, active configuration, and security events without navigating logs or scattered files.

Core Features & Use Cases

  • Check sandbox availability across platforms (Linux with bubblewrap and macOS with Seatbelt) and report platform support.
  • Show active configuration details, including sandbox mode, filesystem policies, network policies, and any excluded commands.
  • List recent sandbox violations to aid debugging, security audits, and policy validation.

Quick Start

Run the sandbox-status command to display the current sandbox state and recent violations.

Frequently Asked Questions about sandbox-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Claude Code sandbox status and configuration?

To check Claude Code sandbox status, run a command that inspects platform details, active configuration, and security events. It reads current sandbox mode, filesystem policies, network policies, and excluded commands to present a concise summary.

Does the Claude Code sandbox work on both Linux and macOS?

Yes, the Claude Code sandbox supports Linux using bubblewrap and macOS using Seatbelt. Checking the sandbox status reports platform support and verifies native sandbox readiness across these specific operating systems.

How do I view sandbox violations for security audits?

View sandbox violations by running a status check that lists recent security events. This aids debugging, security audits, and policy validation by reading violation logs to present actionable findings.

What filesystem and network policies are active in my Claude Code sandbox?

Active filesystem and network policies in the Claude Code sandbox are displayed by inspecting the current configuration. This includes the active sandbox mode, specific filesystem rules, network policies, and any excluded commands.

When should I perform a sandbox status check before deployment?

Perform a sandbox status check during pre-deployment checks to verify sandbox readiness and policy enforcement. It reads platform details and configuration to ensure native Claude Code sandbox policies are actively enforced before release.