abzu-scan

Warn

Audited by Socket on Sep 7, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/setup-cdp-chrome.js

No 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.

Confidence: 62%Severity: 62%
AnomalyLOW
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
Analyzed At
Sep 7, 2026, 11:15 AM
Package URL
pkg:socket/skills-sh/chained1001%2Fabzu%2Fabzu-scan%2F@d454ba97274d316ce66093e21ea056facc24beacc9e631d6301a988e3a572ad1
Security Audit — socket — abzu-scan