Sandboxing for YOLO Safety
TL;DR summary: Docker Sandboxes are a convenient and effective means of safely running a coding harness in permissions bypass mode.
YOLO is now (dangerously so) the norm
Running coding harnesses in YOLO (bypass permissions) mode has become the new norm:
- Configuring the right permissions is "hard" (read: tedious), especially when you throw in git worktrees that cause compound commands (
cd <worktree> && <take an action>). - Approving permissions demands attention: it is stultifying and ruins much of the benefit of using a coding agent - letting it run while you go do something else.
In YOLO mode, the coding harnesses in summer 2026 seem to be very good at preventing the agents from reaching files outside the code repository; in all of 2026 I do not think I have denied permission to anything, and my spot-checking of the logs revealed nothing concerning.
Then again, they might just be very good at hiding their tracks... see recent news about agents "escaping" to crack into other companies.




