cuopt-numerical-optimization-api-python
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
assets/mps_solver/model.pyscript downloads a compressed benchmark dataset from the Mixed Integer Programming Library (MIPLIB) atmiplib.zib.de. This is a well-known academic service for mathematical optimization instances. - [DATA_EXFILTRATION]: No unauthorized data access or exfiltration patterns were detected. The skill does not access sensitive local files or environment variables.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdprovide technical guidance on API usage, such as status checking case sensitivity and variable selection. No attempts to bypass safety filters or override system instructions were found. - [REMOTE_CODE_EXECUTION]: The skill does not execute remote scripts. It downloads data files in the standard MPS format which are processed by a dedicated solver method (
Problem.readMPS). - [COMMAND_EXECUTION]: No suspicious shell command executions were identified. The provided scripts perform standard mathematical modeling and solver invocations.
Audit Metadata