agent-safehouse
Sandbox AI coding agents on macOS with least-privilege file access
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Agent Safehouse?โผ
Run `npx skills add eugene1g/agent-safehouse --all -g -y` in your terminal to install all skills in this suite globally.
How to sandbox AI coding agents on macOS?โผ
Wrap your agent launch command with the safehouse script, which runs it under macOS sandbox-exec with a deny-by-default policy so it can only reach approved files and tools.
Which AI agents does Agent Safehouse support?โผ
It ships with built-in profiles for Claude Code, Cursor, Aider, Gemini, Codex, Copilot, Goose, and other popular coding agents and app-hosted workflows.
Can agents still read my secrets or home folder?โผ
No. The default policy only allows minimal home-directory metadata access, and files like ~/.ssh keys or personal documents stay blocked unless you explicitly grant a path.
Do I need to write sandbox policies myself?โผ
No. Safehouse includes composable pre-built profiles, and you only add simple flags like --add-dirs-ro for extra folders when needed.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core