cuopt-installation-api-python
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches NVIDIA cuOpt packages from the official NVIDIA PyPI index (pypi.nvidia.com) and pulls official Docker images from the nvidia/cuopt repository. These are verified vendor resources.
- [COMMAND_EXECUTION]: The instructions involve executing standard system commands for installation and environment verification, such as nvidia-smi for GPU checks, nvcc for CUDA version verification, and pip/conda for package management.
- [DYNAMIC_EXECUTION]: A verification example creates a temporary C file in /tmp and compiles it using gcc to ensure the development environment and C API headers are correctly installed. This is a standard verification procedure.
Audit Metadata