openclaw-windows-companion
Warn
Audited by Snyk on Jun 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The skill’s runtime path ingests outsider-authored free text via the WebSocket gateway (e.g.,
GatewayClient.OnMessage/HandleMessage), where the gateway’snotification/resultpayloads are not authored by the operating user and are read as JSON/text into the agent’s context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill includes runtime fetch-and-execute steps that retrieve remote code/binaries (e.g., downloading and running the installer at https://github.com/openclaw/openclaw/releases/latest/download/OpenClawCompanion-Setup-x64.exe and cloning the repository at https://github.com/openclaw/openclaw-windows-node.git for developer builds), which are used to install/build and then execute the software.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.90). This skill explicitly enables "Node Mode" that lets a remote OpenClaw agent run arbitrary system commands (system.run), control notifications, take screenshots/camera captures, and otherwise control the Windows host — i.e. it directs the agent to perform actions that can modify or compromise the machine's state even if it doesn't explicitly request sudo/root or user creation.
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata