biostudies-arrayexpress-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Remote API Access]: The skill communicates with the European Bioinformatics Institute (EBI) at
ebi.ac.uk. This is a well-known scientific organization, and the communication is central to the skill's purpose of retrieving biological studies. - [Local File Writing]: The script includes functionality to save raw API responses to a local directory (defaulting to
/tmp/). This is a helpful feature for handling large datasets that would otherwise clutter the chat interface, and it operates under the user's direction via thesave_rawparameter. - [Command Line Tooling]: The skill uses a Python script (
scripts/rest_request.py) to handle REST API interactions. This is a standard practice for creating modular and maintainable agent skills.
Audit Metadata