edu-chem-tutorial
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a local templating system using Python's standard
jsonandpathlibmodules to generate static HTML files. No remote code execution or external downloads are performed. - [SAFE]: Data injection into the HTML template is handled via
json.dumps, which safely serializes the tutorial data into a JavaScript constant. This prevents common command injection or script injection issues within the build process. - [SAFE]: The generated HTML file is self-contained and uses standard Web APIs (Canvas 2D, CSS) for animations. It does not include any external scripts, tracking pixels, or network-bound resources.
Audit Metadata