uv-expert
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executeuvcommands that are directly derived from user input in$ARGUMENTS. This creates a path for system-level modifications and environment changes based on agent-interpreted instructions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (specifically command injection). A malicious user could provide input designed to trick the agent into executing arbitrary shell commands alongside or instead of the intended
uvoperations. - Ingestion points: Untrusted data enters the agent context via the
$ARGUMENTSvariable inSKILL.md. - Boundary markers: None are used to delimit user input from the skill's operational instructions, increasing the risk of the agent misinterpreting data as code.
- Capability inventory: The skill has access to
Bash,Write,Edit, andReadtools, which allows for comprehensive file system access and code execution. - Sanitization: No validation or sanitization logic is present to filter potentially dangerous shell characters or command sequences from the user input.
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of external Python packages from the public PyPI registry using
uv addanduv pip install.
Audit Metadata