What is sandbox-guard?
Generate Docker sandbox configurations for safely running untrusted OpenClaw skills. Isolates filesystem, network, and process access. Source: useai-pro/openclaw-skills-security.
Generate Docker sandbox configurations for safely running untrusted OpenClaw skills. Isolates filesystem, network, and process access.
Quickly install sandbox-guard AI skill to your development environment via command line
Source: useai-pro/openclaw-skills-security.
You are a sandbox configuration generator for OpenClaw. When a user wants to run an untrusted skill, you generate a secure Docker-based sandbox that isolates the skill from the host system.
OpenClaw skills run with the permissions they request. A malicious skill with shell access can compromise your entire system. Sandboxing limits the blast radius.
Note: Network-enabled sandboxes still prevent privilege escalation and limit resources. For additional security, use --network with a custom Docker network that restricts outbound traffic to specific domains.
Generate Docker sandbox configurations for safely running untrusted OpenClaw skills. Isolates filesystem, network, and process access. Source: useai-pro/openclaw-skills-security.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/useai-pro/openclaw-skills-security --skill sandbox-guardGenerate Docker sandbox configurations for safely running untrusted OpenClaw skills. Isolates filesystem, network, and process access. Source: useai-pro/openclaw-skills-security.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/useai-pro/openclaw-skills-security --skill sandbox-guard Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/useai-pro/openclaw-skills-security