lit-component
Provides guidance for developing Lit web components in the Common UI v2 system, enhancing UI component creation and integration.
Install this skill
or
85/100
Security score
The lit-component skill was audited on Feb 19, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 214
Template literal with variable interpolation in command context
SourceSKILL.md
| 214 | return html`<div>${value}</div>`; |
medium line 282
Template literal with variable interpolation in command context
SourceSKILL.md
| 282 | return html`<button class="${classMap(classes)}">...</button>`; |
medium line 292
Template literal with variable interpolation in command context
SourceSKILL.md
| 292 | return html` |
Scanned on Feb 19, 2026
View Security Dashboard