story-short-scan
Audited by Socket on Aug 24, 2026
2 alerts found:
Anomalyx2该技能总体目的与“短篇榜单扫描/市场分析”基本一致,但黑岩采集通过浏览器登录态提取 Bearer token 并调用后端 API,权限与数据敏感度明显上升。未见明确恶意外传或第三方凭据中转,更像高权限抓取型分析技能;应视为中等风险而非恶意。
No direct evidence of overt malicious behavior (e.g., network exfiltration, persistence, credential theft) exists in this fragment. However, the module intentionally provides an “eval” channel by base64-encoding and forwarding caller-provided JavaScript to a spawned agent-browser, creating a high-impact execution primitive if inputs are not strictly trusted. On Windows, it also resolves execution via PATH-discovered agent-browser.cmd contents, increasing the risk of executing a substituted/malicious wrapper in compromised environments. Treat this module as security-sensitive and enforce strict trust boundaries on js/args and on PATH/executable resolution.