cbioportal-skill
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Network Communication: The skill utilizes the
requestslibrary to interface with external APIs. While this is a standard requirement for data retrieval, it is an important security consideration as it involves outbound network traffic. - Local File Interaction: The implementation includes a feature to write data to the local file system. This is used for saving research results, and while standard for data analysis, it is a pattern that warrants review to ensure files are handled as expected.
- Input-Driven Requests: The script constructs API calls based on input parameters like URLs and headers. This flexibility is characteristic of utility tools and is used here to support a wide range of genomic queries.
Audit Metadata