ipd-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [External Data Access]: The skill is designed to fetch biological data from the official EMBL-EBI (European Bioinformatics Institute) IPD API. This is a well-known public scientific resource, and the skill specifies a fixed base URL for stability.
- [Response Management]: To maintain efficiency, the script includes logic to compact large JSON responses and truncate long text strings before returning them to the agent. This is a common pattern to ensure responses remain within processing limits.
- [File System Interaction]: The skill provides an option to save raw query results to a local path (defaulting to
/tmp/). While this involves file writing, it is used for preserving raw scientific data and requires explicit activation via thesave_rawparameter.
Audit Metadata