drawio-diagram-forge
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, prompt injections, or obfuscation were detected across the skill files.
- [COMMAND_EXECUTION]: The skill includes a local Python script
scripts/validate_drawio.pyused to validate the XML structure of generated diagrams. The script is self-contained and utilizes only standard Python libraries (xml, sys, os, pathlib, collections, re). - [SAFE]: External references are limited to trusted or well-known documentation sources, such as the official Draw.io (jgraph) GitHub repository and the Creative Commons license site.
- [SAFE]: Data processing is focused on generating
.drawioand.svgfiles based on user-provided descriptions, with no network exfiltration vectors or sensitive file access patterns observed.
Audit Metadata