Skip to main content

wechat-article-formatter

Formats markdown into styled HTML for WeChat articles, automating image uploads and ensuring optimal presentation.

Install this skill

or
86/100

Security score

The wechat-article-formatter skill was audited on Feb 9, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 160

Curl to non-GitHub URL

SourceSKILL.md
160curl -X POST https://bm.md/api/markdown/render \
low line 61

External URL reference

SourceSKILL.md
61- URLs starting with `http://` or `https://`
low line 91

External URL reference

SourceSKILL.md
91The `/image-upload` skill will return a URL like `https://files.catbox.moe/abc123.png`.
low line 105

External URL reference

SourceSKILL.md
105![My Photo](https://files.catbox.moe/abc123.png)
low line 106

External URL reference

SourceSKILL.md
106![Screenshot](https://files.catbox.moe/def456.png)
low line 121

External URL reference

SourceSKILL.md
121✓ Uploaded: ./images/photo.png → https://files.catbox.moe/abc123.png
low line 122

External URL reference

SourceSKILL.md
122✓ Uploaded: /Users/james/screenshots/demo.png → https://files.catbox.moe/def456.png
low line 124

External URL reference

SourceSKILL.md
124⊘ Skipped: https://example.com/existing.png (Already online)
low line 133

External URL reference

SourceSKILL.md
133**Endpoint:** `POST https://bm.md/api/markdown/render`
low line 160

External URL reference

SourceSKILL.md
160curl -X POST https://bm.md/api/markdown/render \
Scanned on Feb 9, 2026
View Security Dashboard