微信公众号文章自动生成发布

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The bundle is a functional tool designed to automate publishing Markdown articles to WeChat Official Accounts. It includes scripts for image compression (compress_img.py), Markdown-to-HTML conversion (create_draft.py), and interaction with the official WeChat API (publish.py). The instructions in SKILL.md and the reference guides correctly outline the standard WeChat API requirements, such as creating a local credentials file and whitelisting a specific egress IP (112.8.202.216). The code only communicates with the legitimate WeChat API endpoint (api.weixin.qq.com) and contains no evidence of data exfiltration, backdoors, or malicious intent.