Web Render Screenshot

PassAudited by ClawScan on Apr 24, 2026.

Overview

The skill's code and instructions match its stated purpose (rendering HTML to high‑resolution screenshots with Playwright); there are no disproportionate permissions or hidden endpoints, though dependencies are not declared and rendering remote/untrusted pages has the usual risks.

This skill appears to do what it says: render HTML to high-resolution images. Before installing/use: (1) Be prepared to install Playwright and run 'playwright install chromium' and optionally Pillow; the skill does not declare these dependencies formally. (2) Rendering remote or untrusted HTML will execute that page's JavaScript inside headless Chromium and may cause network requests—avoid rendering sensitive pages or pages that require logged-in sessions unless you understand the risk. (3) The script writes output files to disk (ensure sufficient disk/CPU for large images). (4) If you need stricter guarantees, review the script (it's small and readable) and consider running it in an isolated environment/container to limit side effects.