story-short-scan
Warn
Audited by Socket on Sep 1, 2026
1 alert found:
AnomalyAnomalyscripts/cdp-utils.js
LOWAnomalyLOW
scripts/cdp-utils.js
This module is not visibly malicious by itself (no hardcoded secrets, no direct network exfiltration, no persistence), but it enables high-impact behavior: it synchronously executes an external 'agent-browser' process and provides an explicit arbitrary JavaScript evaluation interface by forwarding caller-supplied code via an 'eval -b <base64>' command. On Windows, it additionally performs dynamic execution-path resolution by scanning PATH and parsing a local cmd launcher file. If untrusted callers can influence js/args or if the environment/wrapper can be tampered with, this becomes a substantial security risk.
Confidence: 72%Severity: 66%
Audit Metadata