agent-safehouse and agent-sandbox
About agent-safehouse
eugene1g/agent-safehouse
Sandbox your local AI agents so they can read/write only what they need
This tool helps macOS developers prevent their local AI coding agents from accessing sensitive files or unintended parts of their computer. You tell it which specific folders and files your agent needs to do its work, and it ensures the agent can only read from or write to those approved locations. This is designed for developers who use AI tools for coding assistance and want to minimize risks.
About agent-sandbox
Parassharmaa/agent-sandbox
A sandboxed execution environment for AI agents via WASM
This project provides a secure, isolated environment where you can safely run AI agents that need to execute command-line tools, shell scripts, or JavaScript code. It takes your agent's instructions (like 'run grep' or 'fetch data') and executes them in a controlled space, returning the results. This is for developers building AI agents who need to ensure their agents can interact with system commands and network resources without risking the host system.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work