python
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill specifies that the agent should manage Python projects by processing files such as
pyproject.toml,uv.lock, andrequirements.txt. These files represent an ingestion point for external data that could theoretically contain malicious instructions or influence agent logic. This is an inherent risk in development workflows. - Ingestion points: Project configuration files including
pyproject.toml,uv.lock,requirements.txt, and.python-version. - Boundary markers: The skill does not define specific prompt delimiters for external file content.
- Capability inventory: The skill enables subprocess execution via
uv runanduvx, as well as network-enabled package management viauv addanduv sync. - Sanitization: No specific sanitization or validation logic for the content of these configuration files is mentioned.
- [COMMAND_EXECUTION]: The skill defines a comprehensive command set using the
uvutility for environment and package management. It incorporates security best practices by strictly forbiddingsudo pip,sudo uv, and system-level installations, which effectively mitigates common vectors for system contamination and privilege escalation.
Audit Metadata