neo-python-manager
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides commands to download installation scripts for official Python development tools.
- Fetches the
uvinstaller from the official Astral domain:https://astral.sh/uv/install.sh. - Fetches the
Poetryinstaller from its official domain:https://install.python-poetry.org. - [REMOTE_CODE_EXECUTION]: Includes common installation patterns that pipe remote content to local interpreters.
- Provides commands such as
curl ... | sh,curl ... | python3, and PowerShell'siexfor tool setup. - These patterns are used strictly for official software installation and include explicit instructions to seek user confirmation before execution.
- [COMMAND_EXECUTION]: Enables the agent to suggest and provide CLI commands for dependency management (e.g.,
uv add,poetry install,pip install). - Commands are focused on standard project maintenance tasks.
- The skill architecture includes a validation step ensuring no commands are executed without proactive user consent.
Audit Metadata