single-cell-downstream-analysis
Warn
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads gene annotations from GENCODE and pre-trained drug response models via utility functions such as
ov.utils.download_GDSC_data()andov.utils.download_CaDRReS_model(). - [COMMAND_EXECUTION]: The skill instructs the user to clone an external third-party repository from GitHub using the command
git clone https://github.com/CSB5/CaDRReS-Sc. - [REMOTE_CODE_EXECUTION]: The skill uses the
ov.single.Drug_Responsefunction with thescriptpathparameter pointing to the clonedCaDRReS-Screpository, which facilitates the execution of external code fetched at runtime. Additionally, it usesov.utils.saveto persist objects as.pklfiles, which involves thepicklemodule and carries risks of unsafe deserialization and arbitrary code execution if files are tampered with.
Audit Metadata