svg-book-illustrator
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes two utility scripts designed to be executed by the user or the agent:
scripts/extract_svgs.py(Python) andscripts/svg2png.js(Node.js). These scripts are used to manage and process the SVG assets generated during the workflow.\n extract_svgs.pyparses Markdown files to extract inline SVG tags into individual files.\nsvg2png.jsuses a headless browser to render SVGs and save them as high-DPI PNG images for printing.\n- [EXTERNAL_DOWNLOADS]: The PNG conversion functionality relies on thepuppeteerpackage, which must be installed by the user (npm install puppeteer). This package typically downloads a compatible version of Chromium to perform rendering tasks.
Audit Metadata