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_rawandraw_output_path). By default, it uses/tmpfor 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.ukto fetch genomic data. Thebase_urlis configurable, allowing flexibility while providing a default for the intended service.
Audit Metadata