Skip to main content

stenciljs-component-development

Facilitates the development of scalable Stencil.js web components, ensuring adherence to best practices and TypeScript conventions.

Install this skill

or
76/100

Security score

The stenciljs-component-development skill was audited on Feb 12, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 117

Template literal with variable interpolation in command context

SourceSKILL.md
117console.log(`Value changed from ${oldValue} to ${newValue}`);
medium line 595

Template literal with variable interpolation in command context

SourceSKILL.md
595<use xlinkHref={`#icon-${name}`} />
medium line 642

Template literal with variable interpolation in command context

SourceSKILL.md
642return <div style={{ width: `${width}px` }}></div>;
medium line 651

Template literal with variable interpolation in command context

SourceSKILL.md
651return <div style={{ width: `${this.width}px` }}></div>;
low line 808

Fetch to external URL

SourceSKILL.md
808this.data = await fetch('/api/data').then(r => r.json());
low line 863

External URL reference

SourceSKILL.md
863- [Stencil.js Official Documentation](https://stenciljs.com/docs/introduction)
low line 864

External URL reference

SourceSKILL.md
864- [Stencil Component API](https://stenciljs.com/docs/api)
low line 865

External URL reference

SourceSKILL.md
865- [Stencil Style Guide](https://stenciljs.com/docs/style-guide)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →