Skip to main content

modern-frontend-design

Teaches how to create modern, premium-quality frontend interfaces for web applications, focusing on user experience and design aesthetics.

Install this skill

or
88/100

Security score

The modern-frontend-design skill was audited on Jun 3, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 424

Curl to non-GitHub URL

SourceSKILL.md
424curl -s -o /dev/null -w "%{http_code}" http://localhost:3000
medium line 455

Curl to non-GitHub URL

SourceSKILL.md
455status=$(curl -s -o /dev/null -w "%{http_code}" "http://localhost:3000$route")
low line 424

External URL reference

SourceSKILL.md
424curl -s -o /dev/null -w "%{http_code}" http://localhost:3000
low line 455

External URL reference

SourceSKILL.md
455status=$(curl -s -o /dev/null -w "%{http_code}" "http://localhost:3000$route")
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →