windows-vm
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPRIVILEGE_ESCALATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
dockurr/windowsDocker image from Docker Hub to run the virtual environment. It also retrieves the Node.js installer fromnodejs.organd the@anthropic-ai/claude-codepackage from the NPM registry during the VM setup process. - [COMMAND_EXECUTION]: Extensive use of
bashanddockercommands to create directories, manage container lifecycles, and pipe complex PowerShell scripts into the VM via SSH. - [CREDENTIALS_UNSAFE]: The skill uses a hardcoded default password (
password) and username (user) in its documentation and automation scripts, including the use ofsshpass -p 'password'which exposes credentials in the process list and command history. - [PRIVILEGE_ESCALATION]: The
docker runcommand utilizes the--cap-add NET_ADMINflag and the--device /dev/kvmmapping, granting the container significant networking privileges and direct access to host hardware. Additionally, the instructions suggest usingsudoto install host dependencies likesshpassandimagemagick.
Audit Metadata