Add bounded stdin to owner execution
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06def-6490-7033-8448-2eab2d12ed44
This commit is contained in:
parent
fd9297810c
commit
b6655d8859
15 changed files with 74 additions and 17 deletions
|
|
@ -225,6 +225,11 @@ sand-boxer commits to:
|
|||
workspace validation, sanitized environment, bounded duration/output, and no
|
||||
host-checkout or alternate-extension fallback
|
||||
|
||||
Owner execution also accepts up to 1,000,000 UTF-8 bytes of `stdin_text`. It is
|
||||
delivered only to the child process and excluded from results and lifecycle
|
||||
events, allowing a harness to create prompt/task files inside the sandbox
|
||||
without putting their content in argv or writing through the host workspace.
|
||||
|
||||
sand-boxer does **not** provide intent-aware egress filtering in v1.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue