What
ADR-0003 requires the Isolated tier's runtime image to honor HTTP_PROXY/HTTPS_PROXY without bypass paths and to fail closed when the proxy is unreachable (no direct-connect fallback, no proxy-ignoring socket libraries; every bundled tool/SDK audited for proxy-honoring behavior).
The v1 series (#8 / PR #21) enforces egress at the env-injection layer and — per the PR #21 adjudication — restricts isolated instances to the platform default image. But the platform default (openclaw-lite / hermes-lite) is not yet hardened to the ADR-0003 standard. Until this image exists, the tier's egress guarantee rests on env-level enforcement only.
Acceptance criteria
Blocked by
None — parallel to the ClawManager backend track; #8 ships env-level enforcement first.
Refs
ADR-0003, spec #11 (Egress enforcement), PR #21 review adjudication.
What
ADR-0003 requires the Isolated tier's runtime image to honor
HTTP_PROXY/HTTPS_PROXYwithout bypass paths and to fail closed when the proxy is unreachable (no direct-connect fallback, no proxy-ignoring socket libraries; every bundled tool/SDK audited for proxy-honoring behavior).The v1 series (#8 / PR #21) enforces egress at the env-injection layer and — per the PR #21 adjudication — restricts isolated instances to the platform default image. But the platform default (
openclaw-lite/hermes-lite) is not yet hardened to the ADR-0003 standard. Until this image exists, the tier's egress guarantee rests on env-level enforcement only.Acceptance criteria
Blocked by
None — parallel to the ClawManager backend track; #8 ships env-level enforcement first.
Refs
ADR-0003, spec #11 (Egress enforcement), PR #21 review adjudication.