lov-publish-wechat-article

Warn

Audited by Socket on Sep 8, 2026

3 alerts found:

SecurityAnomalyx2
SecurityMEDIUM
SKILL.md

SUSPICIOUS: the skill’s publishing purpose is coherent, but its actual footprint is broader than a normal WeChat publisher because it sends all API traffic through a LovStudio gateway, requires an extra gateway credential, and uses a private web API via a logged-in browser session. This is not confirmed malware, but the data-flow and credential-routing model creates high trust and interception risk.

Confidence: 87%Severity: 78%
AnomalyLOW
scripts/publish_via_gateway.py

No clear malware/backdoor is evident in this module (no eval/exec/subprocess/persistence). However, the module has two significant security risks: it dynamically executes an operator-supplied env-management script to obtain secrets, and it can upload arbitrary local image files referenced by markdown/lovpen HTML to a remote gateway (allowing potential local file data exfiltration if inputs are attacker-influenced). This should be reviewed/locked down in a hardened supply-chain/threat model.

Confidence: 65%Severity: 62%
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 8, 2026, 03:05 AM
Package URL
pkg:socket/skills-sh/lovstudio%2Fpublish-wechat-article-skill%2Flov-publish-wechat-article%2F@c66315434a38c129af36309eaaba085b533a8d38
Security Audit — socket — lov-publish-wechat-article