Skip to main content

cm-auto-publisher

Automates article publishing by transforming unstructured input into engaging markdown content and publishing it via the Content Factory Router API.

Install this skill

or
73/100

Security score

The cm-auto-publisher skill was audited on Jun 7, 2026 and we found 5 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl -X POST https://content-factory-router.<YOUR-CLOUDFLARE-ACCOUNT>.workers.dev/publish \
medium line 61

Access to .env file

SourceSKILL.md
611. **Get the Secret:** Retrieve the API token from the `.env` file or ask the user for the `PUBLISHER_API_KEY`.
high line 61

Prompting for password/secret input

SourceSKILL.md
611. **Get the Secret:** Retrieve the API token from the `.env` file or ask the user for the `PUBLISHER_API_KEY`.
low line 35

External URL reference

SourceSKILL.md
35"url": "https://source.com/raw-image-123.jpg",
low line 67

External URL reference

SourceSKILL.md
67curl -X POST https://content-factory-router.<YOUR-CLOUDFLARE-ACCOUNT>.workers.dev/publish \
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →