secure-sandbox
Installation
SKILL.md
Secure Sandbox Execution Skill
A security-focused execution environment inspired by OpenClaw's exec-approvals and ZeroClaw's secure-by-default runtime. This skill provides guardrails for running commands safely with approval workflows, allowlisting, and comprehensive audit logging.
Purpose
When enabled, this skill intercepts command execution and:
- Detects dangerous operations (destructive commands, system modifications)
- Enforces allowlists (only pre-approved commands run automatically)
- Queues approvals (suspicious commands wait for user review)
- Creates audit trails (every command is logged with context)
- Provides dry-run mode (preview effects before execution)