pymoo
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No instructions designed to override agent behavior, bypass safety filters, or extract system prompts were detected in the markdown or Python files.
- [DATA_EXFILTRATION] (SAFE): There are no hardcoded credentials, sensitive file path accesses, or unauthorized network operations. Data handling is limited to local optimization variables and results.
- [REMOTE_CODE_EXECUTION] (SAFE): No patterns of downloading and executing remote scripts (e.g., via curl|bash) were found. All code execution is confined to the provided local Python scripts.
- [DYNAMIC_EXECUTION] (SAFE): The scripts use standard object-oriented patterns for defining optimization problems. There is no use of unsafe dynamic execution functions like
eval(),exec(), orpickle.load()on untrusted data. - [EXTERNAL_DOWNLOADS] (SAFE): The skill relies on standard, well-known scientific Python packages (pymoo, numpy, matplotlib) and does not attempt to download unverifiable or suspicious third-party code.
- [PRIVILEGE_ESCALATION] (SAFE): No commands requiring elevated privileges (sudo) or modifying system-level configurations were identified.
Audit Metadata