diffdock
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [DYNAMIC_EXECUTION]: The
scripts/setup_check.pyscript uses the__import__function to dynamically check for the presence of required Python libraries (e.g., PyTorch, RDKit, Pandas). This is a standard practice for setup verification scripts. The module names are hardcoded within the script and are not influenced by external or untrusted input, presenting no security risk. - [COMMAND_EXECUTION]: The skill documentation and scripts involve executing standard command-line tools such as Python, Conda, and Docker to manage the research environment and run simulations. These operations are transparently documented and consistent with the intended scientific workflow for molecular docking research.
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill refers to official research repositories (e.g., gcorso/DiffDock on GitHub) and well-known container images (e.g., rbgcsail/diffdock on Docker Hub). These sources are established in the scientific community for this specific tool, and the skill does not execute unverified remote scripts via patterns like 'curl | bash'.
Audit Metadata