Skip to main content

crank-component-authoring

Enables the creation of interactive web applications using Crank.js, allowing developers to build single-file HTML components effortlessly.

Install this skill

or
74/100

Security score

The crank-component-authoring skill was audited on May 21, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 36

Template literal with variable interpolation in command context

SourceSKILL.md
36yield jsx`
medium line 42

Template literal with variable interpolation in command context

SourceSKILL.md
42renderer.render(jsx`<${Counter} />`, document.getElementById("app"));
medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157jsx`
medium line 183

Template literal with variable interpolation in command context

SourceSKILL.md
183${show && jsx`<${Alert} message=${msg} />`}
medium line 186

Template literal with variable interpolation in command context

SourceSKILL.md
186${items.map((d) => jsx`<li key=${d.id}>${d.name}</li>`)}
low line 29

External URL reference

SourceSKILL.md
29import {jsx, renderer} from "https://cdn.jsdelivr.net/npm/@b9g/crank/standalone.js";
Scanned on May 21, 2026
View Security Dashboard
Installation guide →