excalidraw-diagram
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the Playwright library from PyPI and the Chromium browser from the official Playwright distribution during the setup process. It also fetches the Excalidraw JavaScript library from the esm.sh CDN at runtime to perform the rendering operations in a headless browser.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to manage Python dependencies via
uv sync, install the necessary browser binaries usingplaywright install chromium, and run the local rendering scriptrender_excalidraw.py. These operations are well-documented and necessary for the skill's stated functionality of visual diagram generation.
Audit Metadata