poetry
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the Poetry installation script from the official domain
https://install.python-poetry.org. This is the standard installation method for the Poetry package manager. - [COMMAND_EXECUTION]: The skill utilizes command-line operations to install Poetry by piping the remote script to
python3. It also executes commands for project scaffolding (poetry new,poetry init), dependency management (poetry add,poetry remove,poetry update), and task execution (poetry run,poetry build). These operations are consistent with the skill's primary purpose as a development tool.
Audit Metadata