abzu-scan
Audited by Socket on Sep 7, 2026
2 alerts found:
Anomalyx2No overt malware/backdoor behavior is visible in this single file (no external C2, no eval/obfuscation, only localhost HTTP). However, the script performs high-risk actions: it kills user Chrome processes and copies sensitive authentication/session data (Cookies/Login Data/Web Data) into a debug profile directory, then launches Chrome with remote debugging enabled and enforces CDP port ownership checks. This creates a powerful capability that could be abused for credential/session theft by subsequent code in the wider project. Overall: medium likelihood of malicious misuse, high impact if the debug directory is accessed or exfiltrated elsewhere.
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.