cuopt-server-api-python
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Provides standard instructions for starting a cuOpt server via Python modules (
python -m cuopt_server.cuopt_service) and Docker (docker run). These are typical deployment steps for the intended service. - [EXTERNAL_DOWNLOADS]: Mentions the official
nvidia/cuoptDocker image from Docker Hub, which is a trusted source for this vendor's software. - [DATA_EXFILTRATION]: Python client examples use the
requestslibrary to communicate with the cuOpt server. By default, these targetlocalhost:8000or a user-definedCUOPT_SERVER_URLenvironment variable. There is no evidence of unauthorized data transmission to external domains. - [INDIRECT_PROMPT_INJECTION]: The skill processes optimization payloads (cost matrices, task locations). While these are external inputs, the skill is focused on formatting them for a REST API and does not involve risky interpolation or execution of this data within the agent context.
Audit Metadata