illustre
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
playwrightlibrary and its required browser binaries usingpip. Playwright is a trusted, well-known automation tool maintained by Microsoft. - [COMMAND_EXECUTION]: Executes a local Python rendering script,
render_excalidraw.py, which processes JSON diagram data into image formats. This script is a core part of the skill's functionality. - [COMMAND_EXECUTION]: Instructs the agent to perform environment setup, including package installation and the download of browser engines via standard command-line interfaces.
- [SAFE]: The rendering logic includes HTML escaping for text content and operates within a headless browser context, which effectively isolates the execution from the host environment.
Audit Metadata