diagram-generator
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a rendering script
scripts/render_diagram.pythat executes external command-line tools such as the Mermaid CLI (mmdc), Graphviz (dot), and PlantUML. These executions are performed usingsubprocess.runwith arguments passed as a list, which is a secure implementation that prevents shell injection vulnerabilities. The tools invoked are standard, well-known utilities for the skill's stated purpose.
Audit Metadata