lov-publish-wechat-article
Audited by Socket on Sep 1, 2026
3 alerts found:
SecurityAnomalyx2该技能的核心能力与“微信公众号发布”目的基本一致,但默认通过 LovStudio 自有网关代理全部微信 API、并结合私有网页 API 与浏览器登录态完成写入,导致凭据与内容先流向第三方基础设施而非官方直连。整体更像高风险、强信任要求的内部发布流水线,而不是最小权限的普通发布技能;判定为 SUSPICIOUS。
No direct evidence of intentional malware (no reverse shells, exfiltration to unknown domains, or obfuscated/payload-like code) within this fragment. The primary high-impact risk is dynamic execution of a locally provided env_manager_script (spec.loader.exec_module), which can execute arbitrary code and retrieve secrets if the script path is compromised. Additionally, the program uploads local images and content_html (containing user-provided text and embedded markup) to a network gateway endpoint configured by CLI/argument, and optionally writes a receipt file with credential locator metadata.
No clear evidence of traditional malware (no obfuscation, no persistence, no system command execution, no exfiltration to unknown domains). However, the code is high-impact authenticated automation: it uses a live logged-in browser session (token/appmsgid) and performs credentialed POST requests to WeChat’s operate_appmsg endpoint to modify and verify article “original rights” state, and it broad-submits many input fields. If this were placed in an unexpected dependency chain, it could be abused to manipulate account content. Overall: low confidence of outright malicious malware, but meaningful security/abuse risk due to authenticated web modification capabilities.