Excalidraw Diagram Generator

PassAudited by VirusTotal on May 15, 2026.

Findings (1)

The skill is suspicious due to instructions in `SKILL.md` for the AI agent to execute local Python scripts (`add-icon-to-diagram.py`, `add-arrow.py`, `split-excalidraw-library.py`) located within the skill bundle. While presented as utility functions for diagram generation, this capability introduces a significant vulnerability risk (potential RCE via shell injection) if user-controlled input is passed unsanitized to these scripts. Additionally, `SKILL.md` repeatedly instructs the agent to use `fontFamily: 5` for text elements, which contradicts the valid font family IDs (1, 2, 3) documented in `references/element-types.md` and `references/excalidraw-schema.md`, indicating a bug that could lead to malformed output.