diffdock
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a well-structured interface for the legitimate scientific tool DiffDock, focusing on computational biology tasks.
- [COMMAND_EXECUTION]: The skill documents standard command-line usage for the tool and its associated helper scripts. These operations are intended for local execution within a research environment and do not involve suspicious privilege escalation or persistence mechanisms.
- [EXTERNAL_DOWNLOADS]: Documentation references official GitHub repositories (e.g., github.com/gcorso/DiffDock), well-known model hosting platforms (Hugging Face), and academic research sites (arXiv). These are appropriate and trusted sources for scientific software and data.
- [DYNAMIC_EXECUTION]: The script
scripts/setup_check.pyutilizes dynamic imports via__import__to verify the installation of necessary Python dependencies. This implementation is safe as it operates on a predefined list of standard scientific packages and is used solely for environment diagnostics.
Audit Metadata