Wechat Publisher DraftGet

PassAudited by VirusTotal on May 15, 2026.

Findings (1)

The skill bundle provides a structured workflow for publishing WeChat drafts using the md2wechat CLI and Python. The primary script, `scripts/publish.sh`, handles image uploads, draft creation, and mandatory backend verification via the official WeChat API (api.weixin.qq.com). While the script accesses sensitive credentials (WECHAT_APPID and WECHAT_SECRET), it does so only to communicate with legitimate WeChat endpoints. Notably, the verification logic includes a safety check to detect and prevent the leakage of local file system paths (e.g., /home/ye/) in the published content.