Skip to main content

design

Provides a comprehensive guide for creating polished UI designs for dashboards and SaaS applications, focusing on design direction and implementation.

Install this skill

or
80/100

Security score

The design skill was audited on Mar 1, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 529

Template literal with variable interpolation in command context

SourceSKILL.md
529return `stagger-${effectiveIndex + 1}`;
medium line 539

Template literal with variable interpolation in command context

SourceSKILL.md
539animationDelay: `${baseDelay + Math.min(index, maxItems - 1) * staggerDelay}ms`,
medium line 1125

Template literal with variable interpolation in command context

SourceSKILL.md
1125style={{ animationDelay: `${delay}ms` }}
medium line 1170

Template literal with variable interpolation in command context

SourceSKILL.md
1170style={{ animationDelay: `${(i + 1) * 100}ms` }}
Scanned on Mar 1, 2026
View Security Dashboard