abzu-outline

Warn

Audited by Socket on Sep 19, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
scripts/cdp-proxy.mjs

The fragment appears to implement an intentional local Chrome automation/CDP proxy rather than malware. It contains significant security risk if any untrusted local process can access the port: unauthenticated arbitrary browser JavaScript execution, arbitrary navigation, local-file upload selection, and potentially arbitrary screenshot file writes. The loopback binding reduces remote exposure but is not an access-control mechanism. Authentication, strict input validation, target isolation, URL restrictions, and a safe screenshot directory would be needed for safer deployment.

Confidence: 96%Severity: 82%
AnomalyLOW
references/cdp-api.md

该内容是本地浏览器自动化代理的使用文档,不显示明确恶意行为,也不存在可判定的恶意植入代码。其安全风险主要来自高权限设计:任意 JavaScript 执行、本地文件上传、任意截图路径写入和缺少明确认证。若代理端口仅绑定 localhost 且仅由受信任进程访问,风险可控;若暴露给不受信任用户或网络,应视为高风险并增加认证、来源校验、路径白名单及 URL 限制。

Confidence: 96%Severity: 68%
Audit Metadata
Analyzed At
Sep 19, 2026, 04:28 AM
Package URL
pkg:socket/skills-sh/chained1001%2Fabzu%2Fabzu-outline%2F@ba2bdcfe0291164db175765ffeae833edef45573306a9e2730d4dd439fff6f1b
Security Audit — socket — abzu-outline