story-long-scan
Warn
Audited by Socket on Aug 24, 2026
1 alert found:
AnomalyAnomalyscripts/cdp-utils.js
LOWAnomalyLOW
scripts/cdp-utils.js
No direct evidence of overt malicious behavior (e.g., network exfiltration, persistence, credential theft) exists in this fragment. However, the module intentionally provides an “eval” channel by base64-encoding and forwarding caller-provided JavaScript to a spawned agent-browser, creating a high-impact execution primitive if inputs are not strictly trusted. On Windows, it also resolves execution via PATH-discovered agent-browser.cmd contents, increasing the risk of executing a substituted/malicious wrapper in compromised environments. Treat this module as security-sensitive and enforce strict trust boundaries on js/args and on PATH/executable resolution.
Confidence: 63%Severity: 62%
Audit Metadata