WeChat Article to Markdown

PassAudited by VirusTotal on Apr 10, 2026.

Findings (1)

The skill bundle is a legitimate utility for converting WeChat Official Account articles into Markdown format. The core logic in `scripts/wechat_to_md.py` uses BeautifulSoup and Playwright to scrape content, featuring robust noise removal, code block detection, and image downloading capabilities. The script includes security-conscious practices such as filename sanitization to prevent path traversal and lacks any indicators of data exfiltration, unauthorized network calls, or malicious execution (e.g., no use of eval/exec or suspicious environment variable access). The instructions in `SKILL.md` are strictly aligned with the tool's stated purpose.