diffdock
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): A comprehensive review of the scripts and configuration files revealed no malicious patterns. The code is well-commented and focused on legitimate scientific workflows.
- [DATA_EXPOSURE] (INFO): The
setup_check.pyscript performs local environment inspection to verify PyTorch, CUDA, and dependency versions. This is diagnostic behavior necessary for the tool's function and does not expose sensitive user data. - [EXTERNAL_DOWNLOADS] (LOW): The documentation refers to the official DiffDock GitHub repository and common scientific packages. It suggests standard installation procedures via
gitandpipbut does not perform automated, unverified downloads at runtime. - [COMMAND_EXECUTION] (LOW): The provided Python scripts are helper utilities for batch processing and environment checking. They do not invoke shell commands with untrusted input or exhibit signs of arbitrary code execution risk.
Audit Metadata