openclaw-windows-node
Fail
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements a
system.runcapability that allows an AI agent to execute arbitrary shell commands on the host Windows system. This is defined in theNodeService.cscapability registration logic. - [DATA_EXFILTRATION]: The skill exposes multiple sensitive data access points through registered capabilities, including
screen.snapshotfor capturing the desktop,camera.snapfor taking photos via the webcam, andlocation.getfor retrieving geolocation data. - [REMOTE_CODE_EXECUTION]: The
CanvasPresentCapabilityuses aWebView2control to render arbitrary HTML strings or navigate to URLs provided by the agent via thehtmlandurlparameters. This allows for dynamic execution of web content within the application context. - [EXTERNAL_DOWNLOADS]: The
UpdateServiceimplements an auto-update mechanism that fetches, downloads, and executes binaries from GitHub Releases based on user-selected channels (stable/alpha/dev). - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data from WebSocket messages and external APIs (like the gateway) which then flows into high-privilege capabilities such as
system.runwithout documented sanitization or boundary markers.
Recommendations
- AI detected serious security threats
Audit Metadata