quickgo-skill
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- Network Connectivity: The skill is configured to interact with the QuickGO API provided by the European Bioinformatics Institute (ebi.ac.uk). This is a well-known scientific service, and the network operations are a core part of the skill's functionality.
- File System Operations: The script includes a feature to save raw API responses to a local path (defaulting to
/tmp). This allows for the management of large datasets that might otherwise be truncated in the agent's output window. - Input Validation and Structure: The underlying Python script implements rigorous validation for its input parameters, ensuring that fields like URLs, methods, and timeouts conform to expected types and values before execution.
- Data Processing: The skill includes logic to compact and truncate large JSON responses, which helps maintain context window efficiency while providing necessary summaries of the retrieved biological information.
Audit Metadata