Skip to main content

wordpress-plugin-to-emdash

Facilitates the migration of WordPress plugins to EmDash CMS by mapping concepts and providing implementation patterns.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151// <iframe src={`https://youtube-nocookie.com/embed/${videoId}`} ... />
low line 131

External URL reference

SourceSKILL.md
131return '<iframe src="https://youtube.com/embed/' . $atts['id'] . '"></iframe>';
low line 151

External URL reference

SourceSKILL.md
151// <iframe src={`https://youtube-nocookie.com/embed/${videoId}`} ... />
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →