moshu-scan
Warn
Audited by Socket on Aug 29, 2026
1 alert found:
AnomalyAnomalyscripts/cdp-utils.js
LOWAnomalyLOW
scripts/cdp-utils.js
This code is best characterized as an automation/agent wrapper that intentionally provides a powerful capability: it executes an external agent-browser process synchronously and forwards caller-provided URLs/JavaScript into an eval mechanism in the browser/agent context. It does not show explicit malware behaviors (no credential theft/exfiltration/persistence) in this fragment, but it creates high-risk primitives if inputs (js/url) are untrusted or if PATH (on Windows) is attacker-influenced. It should be used only with trusted environment/executable provenance and trusted inputs, and ideally with constraints/sandboxing around what can be evaluated.
Confidence: 66%Severity: 62%
Audit Metadata