create-imessage-mockup
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill converts structured JSON threads into HTML and PNG mockups. All user-supplied text fields are processed through a robust
escapeHTMLfunction ingenerate.jsto prevent HTML injection or XSS within the rendering context. - [COMMAND_EXECUTION]: In
screenshot.js, the skill useschild_process.execSyncto runnpx playwright install chromiumif the browser is missing. This is a standard setup task for Playwright-based tools and is limited to this specific command. - [EXTERNAL_DOWNLOADS]: The skill triggers the download of the Chromium browser from the official Playwright registry during setup. This is a well-known and trusted source for development tools.
- [DATA_EXPOSURE]: The skill operates entirely on local inputs and does not attempt to access sensitive system files or credentials. Output is restricted to a user-defined or default export directory.
Audit Metadata