pydeseq2
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTION
Full Analysis
- [Dynamic Execution] (MEDIUM): The documentation for the 'to_picklable_anndata()' method and its accompanying usage example promotes the use of the 'pickle' module to save analysis results.
- Evidence: The file 'references/api_reference.md' contains: 'with open("result_adata.pkl", "wb") as f: pickle.dump(dds.to_picklable_anndata(), f)'.
- Risk: Recommending 'pickle' for data persistence is dangerous because 'pickle.load()' is inherently unsafe and can execute arbitrary code if the data source is untrusted or compromised.
Audit Metadata