skills/openai/plugins/eva-skill/Gen Agent Trust Hub

eva-skill

Pass

Audited by Gen Agent Trust Hub on May 2, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [API Interaction and Request Configuration]: The skill uses a Python script to perform REST requests to the EBI EVA API. It supports standard HTTP methods (GET, POST) and allows for the configuration of headers, query parameters, and request bodies. This is a common pattern for API-focused skills.
  • [File System Interaction]: The script includes functionality to save raw API responses to the local file system (save_raw and raw_output_path). By default, it uses /tmp for storage, which is a standard practice for temporary data handling. Users should ensure that specified output paths are appropriate for their environment.
  • [Network Communication]: The skill is designed to communicate with ebi.ac.uk to fetch genomic data. The base_url is configurable, allowing flexibility while providing a default for the intended service.
Audit Metadata
Risk Level
SAFE
Analyzed
May 2, 2026, 03:27 PM