graphing
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- File System Operations: The skill writes output files such as PNG, SVG, and HTML to the local filesystem. This is a primary function of the tool and follows expected patterns for visualization software.
- Command and Script Execution: The documentation includes instructions for running Python scripts and shell commands to generate and verify chart output, which is standard for a developer-oriented graphing skill.
- Input Sanitization: The library implements sanitization measures, such as HTML entity escaping and CSS value validation, when producing interactive HTML reports to ensure user-provided labels and data do not interfere with the document structure.
- Offline Dependency Handling: For interactive charts, the skill inlines necessary JavaScript libraries from a local directory rather than fetching them from the network, ensuring the generated files are self-contained and privacy-preserving.
Audit Metadata