pydeseq2
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The content is purely informational, providing documentation for classes, methods, and usage patterns of the PyDESeq2 library. No executable malicious code or suspicious network activity is present.
- Dynamic Execution (LOW): The documentation suggests using the
picklemodule to save data to disk. Whilepickleis a standard tool in the Python scientific ecosystem for serialization, it is inherently insecure if used to load (pickle.load) data from untrusted sources. The example only demonstrates the safepickle.dumpoperation for local data storage.
Audit Metadata