deploy-ovrtx-docker

Pass

Audited by Gen Agent Trust Hub on Jun 19, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides standard instructions for deploying a containerized rendering service. All operations, including shell commands and network requests, are aligned with the stated purpose of service deployment and health monitoring.
  • [COMMAND_EXECUTION]: Utilizes Docker and Docker Compose for service orchestration.
  • Executes docker compose up --build to start the rendering API service.
  • Includes troubleshooting steps using sudo apt-get for NVIDIA driver libraries and nvidia-ctk for Container Device Interface (CDI) configuration, which are standard requirements for GPU-accelerated container environments.
  • [EXTERNAL_DOWNLOADS]: References official NVIDIA Docker images and system packages from official repositories.
  • Mentions nvidia/cuda:12.0-base for GPU verification.
  • Suggests installation of libnvidia-gl and vulkan-tools from trusted OS package managers.
  • [SAFE]: Employs a Python script to poll a local health endpoint (http://localhost:8001/health) to verify service readiness. This script utilizes Python's standard library and interacts only with the local service created by the skill.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 19, 2026, 11:01 PM
Security Audit — agent-trust-hub — deploy-ovrtx-docker