Conversation
merlerm
added this pull request to stack #232
September 19, 2026 14:53
merlerm
marked this pull request as ready for review
September 19, 2026 14:54
merlerm
force-pushed
the
pr/strict-render-runtime
branch
from
September 19, 2026 14:57
a9059cb to
69a0749
Compare
merlerm
force-pushed
the
pr/isolated-apptainer-runner
branch
from
September 19, 2026 14:57
1599c2a to
812d0f2
Compare
merlerm
force-pushed
the
pr/strict-render-runtime
branch
from
September 19, 2026 15:22
69a0749 to
fc5f8ef
Compare
merlerm
force-pushed
the
pr/isolated-apptainer-runner
branch
from
September 19, 2026 15:22
812d0f2 to
8bc126a
Compare
merlerm
removed this pull request from stack #232
September 19, 2026 15:30
merlerm
force-pushed
the
pr/strict-render-runtime
branch
from
September 19, 2026 15:31
fc5f8ef to
a5c45f8
Compare
Collaborator
Author
|
Consolidated into #227 so the Apptainer runtime, broker, and caller updates can be reviewed and landed together. No changes from this PR are being discarded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apptainer agents previously retained host-network access, so disabling web tools did not stop curl, pip, or arbitrary sockets.
Launch Codex/Claude in a rootless disconnected network namespace and verify loopback-only networking, dropped capabilities, and no-new-privileges before starting them. Use the preceding broker for inference and a separate fixed-destination relay for the explicitly configured environment-server port. Keep real credentials on the host, prepare regular dependencies before agent execution, and persist only each run's own sessions.
Remove legacy shared-network/auth paths and reject unsupported Apptainer backends/GenPlan configurations. Strict startup rejects the old MCP-bearing image. Give the process its own group so Claude's turn-cap cleanup works. Docker firewall and credential behavior stay unchanged.
Validation: 92 focused tests passed at this layer. Final cluster audits passed with both agents; strict experiment evaluation completed without crashes. Docker runtime remains untested here. Host-side final scoring is outside this containment change.
Stack integration validation: 258 tests passed, 4 image/runtime tests skipped in the isolated worktree; pylint passed and mypy passed for 11 changed modules. Paid cluster audit results are summarized above where relevant.
Stack created with GitHub Stacks CLI