image-to-pages
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/generate_html.pyusessubprocess.runto call a local web browser in headless mode for PDF generation. This call is implemented using a list of arguments and avoids the use of a shell, which prevents command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill generates HTML files that reference the
html2canvaslibrary from thecdnjs.cloudflare.comCDN. Cloudflare's cdnjs is a well-known and trusted service for hosting public web assets, and its use here is standard for providing document capture functionality.
Audit Metadata