You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This report documents comprehensive testing of the Agentic Workflow Firewall (AWF) chroot mode across 8 language ecosystems using forked OSS repositories. Testing was conducted on the copilot/use-enable-chroot-mode-again branch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
This report documents comprehensive testing of the Agentic Workflow Firewall (AWF) chroot mode across 8 language ecosystems using forked OSS repositories. Testing was conducted on the
copilot/use-enable-chroot-mode-againbranch.Test Configuration
--enable-chroot)Test Matrix
Total: 21/22 SUCCESS (95.5%) - *1 workflow skipped due to GitHub Actions concurrency
AWF Chroot Verification
Workflow Configuration
All workflows execute Copilot CLI inside AWF with chroot enabled:
Firewall Logs Confirmed
Artifacts from successful runs contain Squid proxy logs at
sandbox/firewall/logs/access.log:All agent traffic (from
172.30.0.20) is routed through the Squid proxy with proper domain allowlist enforcement.aw_info.json Configuration
{ "firewall_enabled": true, "awf_version": "v0.13.2", "awmg_version": "v0.0.94", "steps": { "firewall": "squid" }, "allowed_domains": ["defaults", "github", "*.npmjs.org", "registry.npmjs.org"] }Version Progression
/opt/gh-aw/actions/sanitize_path.shKey Fixes in v0.40.0-92
a248b793b- Fix: Add PATH setup for npm-installed CLIs (Claude, Codex)6f16fa231- Remove PATH gymnastics from engine executionb8ecac646- Add GH_AW_TOOL_BINS setup before AWF for correct tool PATH ordering8e06d5a27- Fix: Wrap Copilot AWF command in /bin/bash -c for PATH setupc510043ae- Fix: Read prompt inside AWF container to avoid Docker Compose interpolationConclusion
The AWF chroot mode is now fully functional across all tested language ecosystems with gh-aw v0.40.0-92. The firewall properly:
The branch
copilot/use-enable-chroot-mode-againis ready for review and merge.Testing performed by Claude Code using parallel subagents
Beta Was this translation helpful? Give feedback.
All reactions