Panic Room, a local zero-dependency sandbox for agents Panic Room, an open-source MIT-licensed tool, provides a zero-dependency sandbox for AI agents, giving each agent a cloned repo, fake credentials, a throwaway database, and a container, with an audit trail and a diff for human approval. The tool, available as a single Python file, logs every agent action, blocks network access to production hosts, and generates screenshots, aiming to make agent-driven code changes safe and reviewable. Open source, MIT. Your agent gets a copy of the repo, fake credentials, a throwaway database and a container. You get an audit trail and a diff to sign off. ln -s $PWD/panic.py ~/.local/bin/panic cd ~/code/myapp panic run --db -c "claude -p 'refactor the billing module'" panic shot