cuopt-install
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected during the detailed analysis of the skill instructions and references.
- [EXTERNAL_DOWNLOADS]: The skill directs users to fetch software from official and trusted sources, including NVIDIA's PyPI index (pypi.nvidia.com), official Docker Hub images (nvidia/cuopt), and established Conda channels (rapidsai, nvidia).
- [COMMAND_EXECUTION]: Contains standard system administration and diagnostic commands (e.g., nvidia-smi, nvcc, pip install, docker pull) necessary for hardware-accelerated software installation. The verification steps include local health checks (curl to localhost) and basic compilation tests for headers.
- [REMOTE_CODE_EXECUTION]: Installation workflows rely exclusively on authenticated, trusted package registries. There are no patterns involving the execution of unverified remote scripts (e.g., curl|bash from unknown domains).
- [DATA_EXFILTRATION]: There is no evidence of unauthorized sensitive data access or exfiltration. All network activities are restricted to official package downloads or local connectivity tests.
Audit Metadata