# Approval Sandbox Policies

> Define approval, sandbox, filesystem, and command policy for local autonomous agents.

- Skill: `memi-design/approval-sandbox-policies` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add memi-design/approval-sandbox-policies`
- Raw SKILL.md: https://api.skillmd.com/api/skills/memi-design/approval-sandbox-policies/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: memi-design (https://skillmd.com/u/memi-design)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/memi-design/approval-sandbox-policies

---


# Approval Sandbox Policies

Define approval, sandbox, filesystem, and command policy for local autonomous agents.

## When to Use

Use this Note when a Memoire or Studio run needs agent approvals, sandbox mode, command allowlist, secure agent run.

## Workflow

1. Classify every run as read-only, workspace-write, or full-access before launching an agent.
2. Bind filesystem writes to the project root unless the task explicitly requires external paths.
3. Allowlist narrow commands by absolute path or stable prefix, not broad shell access.
4. Require approval for network, package install, credential, desktop automation, and deletion steps.
5. Store the final policy next to the session transcript so future agents inherit the boundary.


## Sources

- https://docs.openclaw.ai/cli
- https://github.com/nousresearch/hermes-agent
- https://developers.openai.com/codex/cli

