diffdock
Pass
Audited by Gen Agent Trust Hub on May 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates downloading the official research code and model checkpoints.
- Evidence: Instructions point to the official GitHub repository at
https://github.com/gcorso/DiffDock.gitand the MIT CSAIL Docker imagerbgcsail/diffdock. - Evidence: The skill mentions that model checkpoints (~500MB) are downloaded automatically during the first run, which is standard for pre-trained machine learning models.
- [COMMAND_EXECUTION]: The skill relies on standard shell commands to execute its scientific workflows.
- Evidence: Workflows use
python -m inferenceto run the model and helper scripts likescripts/analyze_results.pyfor post-processing. - Evidence: Installation instructions use
conda env createanddocker runto establish the execution environment. - [SAFE]: The dynamic module loading (
__import__) detected inscripts/setup_check.pyis a routine method for environment verification. - Evidence: The function
check_packageuses__import__to confirm that required dependencies likenumpy,torch, andrdkitare installed before the user starts a docking job.
Audit Metadata