cuopt-installation-api-c
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install packages via
condafrom well-known and reputable channels includingnvidia,rapidsai, andconda-forge. - [EXTERNAL_DOWNLOADS]: The verification documentation includes pulling an official Docker image (
nvidia/cuopt) for environment validation. - [COMMAND_EXECUTION]: The skill uses standard system commands (
find,nvidia-smi,nvcc,gcc) and Python scripts for environment discovery and installation verification. - [COMMAND_EXECUTION]: A temporary C file is generated in
/tmpand compiled withgccto verify header availability. This is a standard procedure for C library installation verification and does not use untrusted input. - [COMMAND_EXECUTION]: The verification script starts a local service (
cuopt_service) binding to0.0.0.0. While this binds to all network interfaces, it is used here in the context of a short-lived local health check and verification process. - [SAFE]: All network operations (via
curl) are directed atlocalhostfor service health checks, and all documentation links point to official NVIDIA domains.
Audit Metadata