ontology-term-resolution
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements legitimate scientific functionality for term resolution and validation. It communicates exclusively with a well-known and trusted domain (ebi.ac.uk) using standard library calls.
- [DATA_EXPOSURE]: No hardcoded credentials, sensitive file paths, or data exfiltration patterns were found. Network traffic is restricted to the specific scientific API required for the skill's purpose.
- [INDIRECT_PROMPT_INJECTION]: While the skill processes user-supplied scientific labels, the data ingestion points in resolve_terms.py and validate_terms.py are handled using standard URL encoding for API requests and result in structured TSV/JSON output. This design minimizes the risk of the data being misinterpreted as instructions by the agent.
- [NO_CODE]: The skill uses only Python standard libraries and contains no third-party dependencies or runtime code execution vulnerabilities.
Audit Metadata