Commit bde0d91
docs(#1724): add sandboxed tool execution to Phase 3 roadmap
Names three opt-in SandboxedExecutor backends:
- ProcessSandbox — sandbox-exec (macOS) / bwrap / firejail (Linux)
- WasmSandbox — JAR-embedded WASM via Chicory (pure-Java; no host setup)
- DockerSandbox — opt-in extras module via docker-java (not embeddable)
Default executor stays in-process for backward compat. README's
Limitations section gains an honest "no tool sandboxing today"
entry pointing at the Phase 3 plan.
Pairs with grants { } as the security-conscious differentiator:
permissions control which tools run; sandboxing controls what they
can do once invoked.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent be99895 commit bde0d91
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
225 | | - | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
0 commit comments