autodock-vina-docking
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate computational biology tasks using established open-source libraries including
vina,rdkit, andmeeko. - [EXTERNAL_DOWNLOADS]: Fetches protein structure data from the Protein Data Bank (PDB) via the
prodylibrary and references the ADFR Suite from the Scripps Research Institute. These are well-known and trusted academic resources for scientific data and tools. - [COMMAND_EXECUTION]: Employs
subprocess.runto call external receptor preparation tools. The implementation follows security best practices by using a list of arguments rather than a shell string, effectively preventing command injection risks from the variables used in the script.
Audit Metadata