excalidraw-diagram
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the Playwright library and Chromium browser binaries to enable diagram rendering. Evidence: installation instructions in README.md and SKILL.md. Additionally, the rendering template loads the Excalidraw library from the well-known esm.sh CDN at runtime.
- [COMMAND_EXECUTION]: The skill executes shell commands for environment setup and for converting Excalidraw JSON to image files. Evidence: SKILL.md specifies the use of 'uv run python render_excalidraw.py' for rendering.
- [SAFE]: File system operations are limited to reading local templates and writing generated diagram assets (JSON and PNG) to the project's documentation folder. Evidence: SKILL.md defines the output path as docs/diagrams/ and uses relative paths for all internal references.
Audit Metadata