cuopt-routing-api-python

Warn

Audited by Gen Agent Trust Hub on Jun 18, 2026

Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The document references/server_examples.md contains an instruction to start the cuOpt service using the command python -m cuopt_server.cuopt_service --ip 0.0.0.0 --port 8000 &. Binding to 0.0.0.0 causes the server to listen on all available network interfaces, potentially exposing it to untrusted network traffic beyond the local machine.
  • [SAFE]: The skill relies on well-known libraries such as cudf and cuopt for its primary functionality. These dependencies are consistent with the skill's stated purpose of providing a Python API for vehicle routing optimization.
  • [SAFE]: Network operations described in the examples (such as curl and requests) are directed toward localhost or the local service instance, presenting no evidence of unauthorized data exfiltration to external domains.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 18, 2026, 04:34 PM
Security Audit — agent-trust-hub — cuopt-routing-api-python