python-health-audit
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches the official
uvinstallation script fromhttps://astral.sh/uv/install.sh, which is the well-known domain for the tool's maintainer. - [REMOTE_CODE_EXECUTION]: The skill executes the downloaded
uvinstaller script by piping it to the shell (curl | sh). - [COMMAND_EXECUTION]: The agent uses the
uvtool to manage the Python environment, sync dependencies, and run various static analysis and testing tools such asruff,mypy,pyright, andpytest. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it ingests and processes untrusted project files (source code, configuration, markdown) using
Read,Grep, andGlobtools. While the agent has powerful capabilities includingBashandAgentexecution, the instructions enforce strict objective auditing based only on repository evidence. Mandatory evidence chain: 1. Ingestion points: repository files analyzed via Grep, Read, and Glob. 2. Boundary markers: instructions specify objective reporting based on findings. 3. Capability inventory: includes Bash, Agent, Task, and Edit tools across scripts likeenv-setup.mdandorchestrator.md. 4. Sanitization: No explicit content sanitization logic is described.
Audit Metadata