cuopt-numerical-optimization-api-python
Warn
Audited by Snyk on Jun 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill’s MPS solver runtime path can download an outsider-authored MPS file from the public MIPLIB website (
assets/mps_solver/model.py: download_air05()usesurllib.request.urlretrieve()), and that downloaded file is then parsed as readable text viaProblem.readMPS(filepath)and fed into the solver/LLM context.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata