docker-via-wsl
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides examples of executing commands via
wsl.exeto manage Docker containers (e.g.,wsl.exe -e bash -lc "docker ps"). These are standard operational instructions for managing a development environment where Docker is running inside a WSL2 backend while the user is in a Windows shell. - [COMMAND_EXECUTION]: The skill includes instructions to remove 'phantom' directories created by Docker path translation errors using
rm -rfinside a temporary container (wsl.exe -e bash -lc "docker run --rm -v ... alpine rm -rf ..."). This is a documented fix for a specific Docker Desktop for Windows issue and is performed within the user's controlled environment.
Audit Metadata