cbioportal-database
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the official cBioPortal REST API at
https://www.cbioportal.org/api/, which is a well-known public repository for cancer genomics data maintained by academic institutions. - [SAFE]: No authentication or API keys are required for access, eliminating the risk of credential exposure or hardcoded secrets.
- [SAFE]: The skill uses standard, reputable Python libraries (requests, pandas, matplotlib, numpy) for data handling and visualization.
- [SAFE]: No signs of obfuscation, remote code execution, persistence, or privilege escalation were detected.
- [SAFE]: While the skill ingests data from an external API (potential indirect prompt injection surface), it processes this data using standard JSON parsing and pandas operations without passing it to dangerous functions like
eval()orexec().
Audit Metadata