biostudies-arrayexpress-skill
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Network Operations: The
scripts/rest_request.pyuses therequestslibrary to perform HTTP GET and POST requests. These are used to fetch data from the BioStudies API atebi.ac.uk. The skill is designed to interact with this specific external service. - File System Interaction: The script includes functionality to save raw API responses to the local file system (defaulting to
/tmp/) when thesave_rawparameter is set. This is used to handle large payloads that exceed typical chat interface limits. - Command Execution via Input: The skill executes by piping JSON input into a Python script. The script performs validation on the input fields (e.g., ensuring
methodis onlyGETorPOST) to ensure only intended operations are performed.
Audit Metadata