tooluniverse-organic-chemistry
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No prompt injection or malicious instructions were detected in the skill instructions. The content is strictly limited to organic chemistry reasoning and methodology.
- [SAFE]: No data exfiltration or unauthorized access to sensitive files. The provided Python scripts perform calculations locally and do not contain any network operations (no use of requests, urllib, or sockets).
- [SAFE]: No remote code execution or unverifiable dependencies. The skill uses self-contained Python scripts relying only on the standard library (argparse, json, math, re). There are no calls to
eval(),exec(), orsubprocesswith untrusted input. - [SAFE]: No obfuscation, persistence mechanisms, or privilege escalation patterns were found. The code is well-documented, readable, and its behavior matches the described purpose.
- [SAFE]: Indirect prompt injection risk is low. The skill ingests user data such as chemical formulas and SMILES strings, but these are processed by specialized parsers and regex within the provided scripts, which do not trigger execution of the data as code.
Audit Metadata