wechat-hotspot-publisher
Audited by Socket on Jul 27, 2026
2 alerts found:
SecurityAnomalySUSPICIOUS. The content-generation purpose broadly matches the publishing capabilities, but the recommended WeChat path is a major integrity problem: it routes article data through an unverified third-party bare-IP HTTP service rather than official Tencent APIs. That data flow is disproportionate, opaque, and transport-insecure. Overall risk is driven more by the custom relay and autonomous posting capability than by the local Python dependency.
No direct signs of intentional malware (no exec/eval, no persistence, no system command execution, no covert data theft) are present in the provided module. However, the module materially increases security/privacy exposure: it can download arbitrary remote URLs for covers (user-controlled egress), forwards user-provided article content/metadata to a configurable external HTTP endpoint (default non-TLS), embeds an access token in URL query strings, and prints full JSON responses to stdout. Additionally, the non-standard `coze_workload_identity.requests` import is a supply-chain auditing hotspot. Treat this as a medium-to-high integration risk rather than overtly malicious code.