deep-analysis
Audited by Socket on Sep 17, 2026
2 alerts found:
Anomalyx2该技能的总体能力与“股票深度分析”目的大体一致:读取本地研究缓存、执行本地 Python 工作流、抓取金融网页并生成报告。主要风险在于它大量处理不受信任外部内容,同时拥有命令执行、文件写入和可选公网分享能力;这更像高权限研究自动化技能,而非明显恶意内容。未见凭证外传到陌生域、未知二进制接收密钥、预执行恶意命令或明确隐蔽/exfiltration 指令。结论:SUSPICIOUS。
The code does not show overt malicious behavior, but it contains meaningful supply-chain and exposure risks: (1) it auto-installs missing Python dependencies via pip (potentially unpinned, executable code from package indexes), (2) it can download and install the cloudflared binary with sudo from GitHub via curl when `--install-cloudflared` is used, and (3) it deliberately exposes locally generated reports to the internet via Cloudflare Tunnel in `--remote` mode. Indirectly, loading internal modules from a modified sys.path and running an analysis pipeline means the real risk may depend on those imported modules, which are not included here.