ontology-term-resolution
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
https://www.ebi.ac.uk/ols4/api. This is the official API for the Ontology Lookup Service provided by the European Bioinformatics Institute (EBI), an international, well-known academic organization. These requests are used solely to fetch scientific term metadata and do not involve the transmission of sensitive user data. - [COMMAND_EXECUTION]: The skill includes Python scripts (
resolve_terms.py,validate_terms.py) designed to be executed via a shell. The code analysis shows these scripts are transparent, use standard library modules, and lack any dangerous execution patterns such aseval(),exec(), or subprocess calls with unsanitized user input. - [SAFE]: The skill follows secure metadata management practices. Instructions in
SKILL.mdandreferences/curation-rules.mdexplicitly warn against trusting identifiers without verification and recommend using strictly validated IDs to prevent silent errors in scientific datasets.
Audit Metadata