cosmic-database
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill performs downloads from
https://cancer.sanger.ac.uk, which is the official domain of the Wellcome Sanger Institute's COSMIC database. This is a trusted scientific resource. - [CREDENTIALS_UNSAFE] (SAFE): The script manages authentication using user-provided credentials via command-line arguments or interactive
getpassprompts. No hardcoded API keys or secrets were found. - [COMMAND_EXECUTION] (SAFE): The script uses standard Python libraries (
requests,os) to handle file downloads and I/O. It includes appropriate error handling and does not invoke shells or dangerous subprocesses. - [DATA_EXFILTRATION] (SAFE): Network activity is restricted to the authenticated retrieval of genomic data files as per the skill's primary purpose. No evidence of sending local sensitive data to external servers was found.
- [PROMPT_INJECTION] (SAFE): The documentation and examples follow natural instructional patterns and do not contain override markers or attempts to bypass agent safety guidelines.
Audit Metadata