windows-host-browser
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of local and remote shell commands via SSH to discover ports, manage tunnels, and interact with the Windows Task Scheduler. These are documented as necessary steps to maintain connectivity to the browser across a Tailscale network.
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to execute PowerShell commands remotely on a Windows host using
-EncodedCommand. This is used for legitimate administrative tasks such as reconfiguring thechromedebugscheduled task and fixing port conflicts or power management settings. - [EXTERNAL_DOWNLOADS]: The
cdp.pyscript attempts to fetch egress IP information fromip-api.comto verify proxy settings. This is a common connectivity check and does not involve downloading executable code. - [DATA_EXFILTRATION]: While the skill can access sensitive data behind logins (Vercel, Google Cloud), the design ensures that all activity is visible on the user's physical screen, and the instructions explicitly state this should only be done upon direct user request. No evidence of hidden exfiltration was found.
- [PRIVILEGE_ESCALATION]: The skill documentation mentions the need for admin rights for a 'durable fix' involving
netsh, but provides non-admin alternatives and does not automate the elevation of privileges. - [DYNAMIC_EXECUTION]: The
cdp.pyscript uses the Chrome DevTools Protocol (CDP) to evaluate JavaScript expressions within the context of a browser extension. This is the primary mechanism for controlling the proxy settings and is restricted to the specific extension environment.
Audit Metadata