python-monorepo

Pass

Audited by Gen Agent Trust Hub on Aug 9, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill configuration in references/docker.md fetches the uv tool from the official GitHub Container Registry (ghcr.io/astral-sh/uv). This is a reference to a well-known service for obtaining build tools.\n- [COMMAND_EXECUTION]: The skill defines various tasks and entry points (e.g., in .mise.toml and pyproject.toml) that use uv run and python -m. These are standard methods for executing project-related scripts and tests within a managed environment.\n- [SAFE]: The skill actively encourages security best practices, including:\n
  • Running Docker applications as a non-privileged user (appuser).\n
  • Using Docker image digests (sha256:...) to ensure build reproducibility and integrity.\n
  • Explicitly excluding sensitive files like .env in .dockerignore.\n
  • Warning against embedding production credentials in configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 9, 2026, 09:13 PM
Security Audit — agent-trust-hub — python-monorepo