python-venv
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides commands to download installation scripts for the 'uv' tool from its official domain at astral.sh (e.g.,
curl -LsSf https://astral.sh/uv/install.sh). - [REMOTE_CODE_EXECUTION]: In the troubleshooting section, the skill includes patterns that pipe remote scripts directly into a shell interpreter (e.g.,
curl ... | shandirm ... | iex) to facilitate the installation of the 'uv' package manager. - [COMMAND_EXECUTION]: The troubleshooting guide includes a command to modify the PowerShell execution policy (
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser). This is used to allow the execution of virtual environment activation scripts on Windows systems.
Audit Metadata