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/cuopt Docker image from Docker Hub, which is a trusted source for this vendor's software.
  • [DATA_EXFILTRATION]: Python client examples use the requests library to communicate with the cuOpt server. By default, these target localhost:8000 or a user-defined CUOPT_SERVER_URL environment 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
Risk Level
SAFE
Analyzed
Aug 28, 2026, 01:14 AM
Security Audit — agent-trust-hub — cuopt-server-api-python