drugbank-database
Warn
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill documentation provides guidance on using the
picklemodule to store and load processed database results. - Evidence: In
references/data-access.md, a code snippet demonstrates loading cached data usingpickle.load(), which is an unsafe deserialization pattern for local files. - [EXTERNAL_DOWNLOADS]: The skill fetches pharmaceutical datasets from a well-known service.
- Evidence: The skill utilizes the
drugbank-downloaderpackage to retrieve database XML files from the official DrugBank service atgo.drugbank.com. - [COMMAND_EXECUTION]: Provides instructions for system environment setup and dependency installation.
- Evidence:
SKILL.mdcontains a shell script block for installing several Python libraries, such asrdkitandnetworkx, using theuv pip installcommand.
Audit Metadata