dwmkerr / dwmkerr/claude-code-agent
feat: sandbox workspace sessions by default
Open
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
By default, sandbox Claude workspace sessions for improved security and isolation.
## Details
- Sessions should run in a sandboxed environment when sensible
- This provides better isolation between sessions and protects the host system
- Consider making sandbox mode the default, with an option to disable if needed
## Tasks
- [ ] Research sandboxing options (containers, namespaces, etc.)
- [ ] Implement sandbox mode for workspace sessions
- [ ] Make sandbox the default behavior
- [ ] Add configuration option to disable sandboxing when needed
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.