openclaw-parallels-smoke
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
prlctl execextensively to run shell commands, installers, and diagnostic tools across macOS, Windows, and Linux guest environments. - Evidence: Instructions for
prlctl exec "$VM" --current-user ...and guest-specific shell wrappers for CLI invocation. - [COMMAND_EXECUTION]: On Windows guests, the skill utilizes PowerShell with the
-ExecutionPolicy Bypassflag to facilitate the execution of automation scripts and command shims. - Evidence: Explicit instructions to use
powershell -ExecutionPolicy Bypasswhen calling.cmdshims. - [EXTERNAL_DOWNLOADS]: The workflow involves installing software packages using standard package managers like
npm,pnpm, andapt-getto set up testing baselines and dependencies. - Evidence: Documented use of
npm install,pnpm install, andapt-get updatefor environment preparation and bootstrap.
Audit Metadata