lov-publish-wechat-article

Warn

Audited by Socket on Sep 1, 2026

3 alerts found:

SecurityAnomalyx2
SecurityMEDIUM
SKILL.md

该技能的核心能力与“微信公众号发布”目的基本一致,但默认通过 LovStudio 自有网关代理全部微信 API、并结合私有网页 API 与浏览器登录态完成写入,导致凭据与内容先流向第三方基础设施而非官方直连。整体更像高风险、强信任要求的内部发布流水线,而不是最小权限的普通发布技能;判定为 SUSPICIOUS。

Confidence: 88%Severity: 72%
AnomalyLOW
scripts/publish_via_gateway.py

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.

Confidence: 62%Severity: 55%
AnomalyLOW
scripts/enrich_via_wechat_web_api.py

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.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Sep 1, 2026, 02:47 AM
Package URL
pkg:socket/skills-sh/lovstudio%2Fskills%2Flov-publish-wechat-article%2F@f70f8174a15c2a1499dba4e81bdb34c98e79736bbdb6e8a76db7d599841fb94c
Security Audit — socket — lov-publish-wechat-article