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
Windows Node applies MXC containment only to commands routed through the node's system.run capability. OpenClaw also exposes native agent tools that may execute inside the Gateway process or another host path without passing through Windows Node. Examples may include file read/write/edit/patch operations, process tools, browser tools, and gateway-host execution.
For MicroClaw's proposed Windows Node + MXC security mode, we must identify every such route and prove that an agent cannot bypass MXC by choosing a different native tool.
Problem
Windows Node applies MXC containment only to commands routed through the node's
system.runcapability. OpenClaw also exposes native agent tools that may execute inside the Gateway process or another host path without passing through Windows Node. Examples may include file read/write/edit/patch operations, process tools, browser tools, and gateway-host execution.For MicroClaw's proposed Windows Node + MXC security mode, we must identify every such route and prove that an agent cannot bypass MXC by choosing a different native tool.
Related security-framework investigation: #202.
Investigation scope
exechost selection, background processes, skills, plugins, hooks, MCP, and elevated execution.Required security property
When Windows Node + MXC mode is active, every agent-controlled filesystem or process operation must either:
No operation may silently fall back to Gateway-host, Companion-host, local MCP, or uncontained Windows execution.
Acceptance criteria