data-viz-gen
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The Python script
scripts/build_infographic.pyrelies exclusively on the standard library, avoiding risks associated with external or unverifiable dependencies. - [SAFE]: Input data from the JSON configuration is properly sanitized using
html.escape()before being rendered into the HTML/SVG output, effectively preventing Cross-Site Scripting (XSS) vulnerabilities. - [SAFE]: File operations are restricted to creating directories and writing the generated HTML output to the path specified in the input configuration, which is the intended behavior for this tool.
- [SAFE]: No network activity, obfuscation, or persistence mechanisms were detected in the provided code.
Audit Metadata