Skip to main content

emdash-cli

Manages content and media in EmDash CMS via command line, enabling efficient content creation and schema management.

Install this skill

or
88/100

Security score

The emdash-cli skill was audited on Jun 13, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 45

Access to hidden dotfiles in home directory

SourceSKILL.md
45Headers are persisted to `~/.config/emdash/auth.json` after login, so subsequent commands inherit them automatically.
low line 22

External URL reference

SourceSKILL.md
22For local dev servers, just run the command — auth is handled automatically. For remote instances, run `emdash login --url https://my-site.pages.dev` first.
low line 32

External URL reference

SourceSKILL.md
32npx emdash login --url https://my-site.pages.dev \
low line 42

External URL reference

SourceSKILL.md
42npx emdash login --url https://my-site.pages.dev
low line 63

External URL reference

SourceSKILL.md
63npx emdash login --url https://example.com -H "Authorization: Basic dXNlcjpwYXNz"
low line 66

External URL reference

SourceSKILL.md
66npx emdash login --url https://example.com -H "X-API-Key: secret123"
low line 97

External URL reference

SourceSKILL.md
97npx emdash types --url https://my-site.pages.dev
low line 109

External URL reference

SourceSKILL.md
109npx emdash login --url https://my-site.pages.dev
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →