molecular-visualization-3dmol
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The generated HTML output references the 3Dmol.js library from its official CDN (https://3Dmol.org/build/3Dmol-min.js). This is a well-known scientific resource and is considered safe.\n- [INDIRECT_PROMPT_INJECTION]: The skill ingests molecular data which could potentially contain malicious instructions. Although the data is primarily scientific, it represents an entry point for external content.\n
- Ingestion points:
scripts/mol_viewer.pyreads input data from files specified in theinfileargument.\n - Boundary markers: Absent. Data is interpolated directly into the JavaScript context.\n
- Capability inventory:
scripts/mol_viewer.pypossesses file read and write capabilities.\n - Sanitization: Present. The script uses
json.dumpsto escape data for inclusion in JavaScript string literals.
Audit Metadata