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