drawio-skill
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
draw.iodesktop CLI to export diagrams to formats like PNG, SVG, PDF, and JPG. It also utilizes bundled Python scripts (repair_png.pyandencode_drawio_url.py) to handle post-export metadata repairs and generate web-compatible viewer URLs. - [EXTERNAL_DOWNLOADS]: The skill performs periodic version checks against its official GitHub repository and provides a mechanism to update its own source code via
git pullwhen explicitly authorized by the user. - [REMOTE_CODE_EXECUTION]: The update mechanism allows the skill to fetch and apply instructions from its origin repository. This process is user-controlled, throttled to once per 24 hours, and adheres to standard practices for community-distributed agent skills.
Audit Metadata