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.mdcontains an instruction to start the cuOpt service using the commandpython -m cuopt_server.cuopt_service --ip 0.0.0.0 --port 8000 &. Binding to0.0.0.0causes 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
cudfandcuoptfor 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
curlandrequests) are directed towardlocalhostor the local service instance, presenting no evidence of unauthorized data exfiltration to external domains.
Audit Metadata