engineering-security

Pass

Audited by Gen Agent Trust Hub on Aug 27, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The script scripts/ensure_uv.py downloads an installation script from https://astral.sh/uv/install.sh. This is the official distribution domain for the 'uv' tool, maintained by Astral Software, a well-known entity in the Python development ecosystem.
  • [REMOTE_CODE_EXECUTION]: The skill executes the downloaded installation script using subprocess.run with a shell interpreter. This is a standard and documented method for installing the 'uv' runtime environment required by the skill's other scripts. Given the reputable nature of the source, this is categorized as a safe administrative task.
  • [INDIRECT_PROMPT_INJECTION]: As the skill is designed to perform code reviews and security audits on untrusted data (source code and pull requests), it possesses an inherent attack surface for indirect prompt injection. However, the skill explicitly incorporates defensive strategies, such as source-to-sink tracking and strict input validation guidelines, to mitigate these risks.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 27, 2026, 10:41 AM
Security Audit — agent-trust-hub — engineering-security