mgnify-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [Network Operations]: The skill is configured to interact with
https://www.ebi.ac.uk/metagenomics/api/v1. It uses therequestslibrary to fetch scientific data about microbiome studies, samples, and biomes. - [File System Interaction]: The helper script
scripts/rest_request.pyincludes functionality to save raw API responses to the local disk via thesave_rawandraw_output_pathparameters. This allows the agent to store data locally for subsequent processing, which is a common pattern for data-intensive tasks. - [Generic Tool Capabilities]: The provided Python script is designed as a compact, generic REST client. It supports various HTTP methods (GET/POST) and allows for the customization of headers and bodies, providing the agent with flexible integration capabilities for the MGnify service.
- [Data Sanitization]: The script includes input validation logic to ensure that parameters such as URLs, timeouts, and file paths conform to expected formats before execution.
Audit Metadata