Skip to main content

md2wechat

Converts Markdown articles to WeChat format with styled HTML, supports AI-assisted writing, and offers customizable creator styles.

Install this skill

or
64/100

Security score

The md2wechat skill was audited on Mar 3, 2026 and we found 14 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 731

Piping content to bash shell

SourceSKILL.md
731echo "你的想法或内容" | bash skill/md2wechat/scripts/run.sh write --style dan-koe
low line 443

Access to hidden dotfiles in home directory

SourceSKILL.md
443~/.config/md2wechat/config.yaml # Global config
medium line 574

Access to hidden dotfiles in home directory

SourceSKILL.md
574- `~/.md2wechat.yaml`
medium line 575

Access to hidden dotfiles in home directory

SourceSKILL.md
575- `~/.config/md2wechat/config.yaml`
low line 161

External URL reference

SourceSKILL.md
161| Online | `![alt](https://example.com/image.png)` | Download then upload |
low line 327

External URL reference

SourceSKILL.md
327{"success": true, "wechat_url": "https://mmbiz.qpic.cn/...", "media_id": "xxx"}
low line 333

External URL reference

SourceSKILL.md
333bash skill/md2wechat/scripts/run.sh download_and_upload "https://example.com/image.png"
low line 371

External URL reference

SourceSKILL.md
371<img src="https://mmbiz.qpic.cn/..." />
low line 372

External URL reference

SourceSKILL.md
372<img src="https://mmbiz.qpic.cn/..." />
low line 405

External URL reference

SourceSKILL.md
405{"success": true, "media_id": "draft_media_id", "draft_url": "https://mp.weixin.qq.com/..."}
low line 430

External URL reference

SourceSKILL.md
4301. Visit [WeChat Developer Platform](https://developers.weixin.qq.com/platform)
low line 537

External URL reference

SourceSKILL.md
537![Comparison Chart](https://example.com/chart.png)
low line 605

External URL reference

SourceSKILL.md
605- Visit [WeChat Developer Platform](https://developers.weixin.qq.com/platform)
low line 710

External URL reference

SourceSKILL.md
710bash skill/md2wechat/scripts/run.sh download_and_upload https://example.com/image.jpg
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →