full-page-screenshot
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
child_process.execSyncto run system commands such aspython3andsips. These are used to verify image dimensions and to stitch together multiple image tiles for exceptionally long web pages. - [COMMAND_EXECUTION]: The script dynamically generates a temporary Python file (
_stitch.py) at runtime. This file contains the logic for merging screenshot fragments using the Pillow library and is executed locally via the system's Python interpreter.
Audit Metadata