gtex-eqtl-skill
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- External Service Communication: The skill interacts with the Ensembl REST API and the GTEx Portal API. These are well-known and reputable scientific data sources used for variant resolution and association mapping.
- Input Validation and Parsing: The skill uses regular expressions and structured parsing logic in
variant_resolution.pyto validate genomic coordinates and rsID inputs, ensuring only correctly formatted data is processed. - Secure Network Requests: Network calls are performed using the
requestslibrary with defined timeouts and proper URL encoding for dynamic parameters, which protects against potential request manipulation. - Data Flow Security: The skill operates on a clear input-output model, reading JSON from standard input and providing structured JSON output, which maintains predictable behavior within the agent environment.
Audit Metadata