Approval sandbox policies
Skill sarveshsea/design-skills/skills/approval-sandbox-policies
Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.
npx -y skills add sarveshsea/design-skills --skill approval-sandbox-policiesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Define approval, sandbox, filesystem, and command policy for local autonomous agents.
SKILL.md
1.0 KB, as published. Nobody here has run it
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
- Classify every run as read-only, workspace-write, or full-access before launching an agent.
- Bind filesystem writes to the project root unless the task explicitly requires external paths.
- Allowlist narrow commands by absolute path or stable prefix, not broad shell access.
- Require approval for network, package install, credential, desktop automation, and deletion steps.
- Store the final policy next to the session transcript so future agents inherit the boundary.