data-viz-renderer
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely locally using Python's standard library. It parses structured JSON data and renders it into static HTML files containing inline CSS and SVG markers.
- [COMMAND_EXECUTION]: The skill instructions and documentation describe standard command-line usage for running a local Python script (e.g.,
python3 scripts/build_infographic.py). These commands are routine for developer-oriented tools and do not involve shell injection or privilege escalation. - [DATA_EXFILTRATION]: There are no network operations, and the script does not access sensitive system paths. All outputs are written to user-defined local file paths.
Audit Metadata