full-page-screenshot
Audited by Socket on Aug 21, 2026
1 alert found:
AnomalyNo strong indicators of intentional malware (no C2/exfiltration, no keylogging, no reverse shell, no cryptomining). However, there are meaningful security risks typical for tooling: (1) user-controlled outputFile can lead to arbitrary file writes/deletes via fs.writeFileSync/rename/unlink; (2) the tool generates and executes a Python stitching script using execSync with a path derived from outputFile; (3) it executes JavaScript inside the browser via CDP Runtime.evaluate and can navigate to attacker-supplied URLs, potentially enabling host-internal network access. If the package is used with untrusted CLI arguments or against untrusted proxy endpoints, review/limit filesystem and command execution.