eqtl-catalogue-skill
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Network Communication: The skill performs REST API calls to
www.ebi.ac.ukto retrieve genomic association data. This communication is limited to a well-known scientific resource and is essential for the skill's intended purpose.\n- File System Access: The script includes an optional feature to save raw API responses to the local file system, defaulting to the/tmpdirectory. This functionality is controlled by user-provided parameters (save_raw,raw_output_path) and is used for data persistence during analysis.\n- Data Ingestion Surface: The skill processes external JSON data retrieved from the eQTL API. While this presents an entry point for external content, the script mitigates risks by applying data truncation and structure normalization through its compacting functions.\n- Standard Dependencies: The skill uses the establishedrequestslibrary for its network operations. This follows standard security practices for managing web-based interactions in Python scripts.
Audit Metadata