Skip to main content

component-architecture

Guides the design and implementation of UI components, optimizing for performance and maintainability across React, Vue, and Svelte.

Install this skill

or
85/100

Security score

The component-architecture skill was audited on Feb 28, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 421

Template literal with variable interpolation in command context

SourceSKILL.md
421const data = await fetch(`/api/search?q=${encodeURIComponent(query)}`);
medium line 602

Template literal with variable interpolation in command context

SourceSKILL.md
602<div style={{ height: `${virtualizer.getTotalSize()}px` }}>
medium line 610

Template literal with variable interpolation in command context

SourceSKILL.md
610transform: `translateY(${virtualRow.start}px)`,
Scanned on Feb 28, 2026
View Security Dashboard