graphic-ebook
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
playwrightlibrary and Chromium browser binaries during the PDF export process. These assets are fetched from established, well-known sources (NPM registry and official Playwright distribution servers) to facilitate the rendering of the ebook's HTML into a PDF format. - [COMMAND_EXECUTION]: Shell commands including
mkdir,bash,npm, andnpxare used to manage the ebook's file structure and the PDF conversion process. These operations are essential for the primary functionality of the skill and are constrained to the skill's directory and the user-specified output folder. - [REMOTE_CODE_EXECUTION]: The skill performs dynamic execution by generating a Node.js script at runtime to orchestrate the PDF export. This script initiates a temporary local HTTP server to serve the ebook files to a headless Chromium instance, ensuring that all styles and fonts are correctly preserved in the final vector PDF.
Audit Metadata