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 --buildto start the rendering API service. - Includes troubleshooting steps using
sudo apt-getfor NVIDIA driver libraries andnvidia-ctkfor 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-basefor GPU verification. - Suggests installation of
libnvidia-glandvulkan-toolsfrom 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