rdkit
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- EXTERNAL_DOWNLOADS (SAFE): No remote downloads or network requests were found in the scripts. The code provides clear instructions for the user to install the required dependency (RDKit) from trusted repositories manually.
- REMOTE_CODE_EXECUTION (SAFE): The scripts do not use dynamic execution functions like eval() or exec(), nor do they load code from remote or untrusted sources.
- DATA_EXFILTRATION (SAFE): The tools only perform local file reading and writing of chemical data. No network operations to non-whitelisted domains or sensitive file access patterns were identified.
- COMMAND_EXECUTION (SAFE): No subprocess spawning or system command execution was found in any of the scripts.
- PROMPT_INJECTION (SAFE): No malicious instructions aimed at overriding agent behavior or bypassing safety filters were detected in the scripts or documentation.
Audit Metadata