hermes - 💡(How to fix) Fix Docker backend: `network` capability exists but no `terminal.docker_network` config key [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#28806Fetched 2026-05-20 04:01:49
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Author
Participants
Timeline (top)
labeled ×6commented ×1
RAW_BUFFERClick to expand / collapse

Version: v0.14.0

Summary: In v0.14.0, DockerEnvironment.__init__ accepts a network: bool argument and emits --network=none when false, but the factory in tools/terminal_tool.py never passes network=, and no config key feeds it. Docker sandboxes therefore always get network access.

Impact: Operators cannot restrict networking for sandboxes that do not need it — a useful defense-in-depth control against data exfiltration when a sandbox runs untrusted code or is prompt-injected.

Ask: Add a terminal.docker_network config key wired through the factory to DockerEnvironment.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Docker backend: `network` capability exists but no `terminal.docker_network` config key [1 comments, 2 participants]