Skip to main content

developing-frontend-apps

Provides best practices for developing frontend applications, focusing on component architecture, state management, performance, and accessibility.

Install this skill

or
90/100

Security score

The developing-frontend-apps skill was audited on Feb 27, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 280

Access to .env file

SourceSKILL.md
280- **Env vars**. `.env` files with `VITE_` prefix for client-exposed variables. Never expose secrets — `VITE_` vars are embedded in the bundle.
low line 294

External URL reference

SourceSKILL.md
294{ "@context": "https://schema.org", "@type": "Article", "headline": "..." }
low line 335

External URL reference

SourceSKILL.md
335- [WCAG 2.2](https://www.w3.org/TR/WCAG22/) — Web Content Accessibility Guidelines, Level AA target
low line 336

External URL reference

SourceSKILL.md
336- [web.dev](https://web.dev/) — Core Web Vitals, performance, best practices
low line 337

External URL reference

SourceSKILL.md
337- [Testing Library](https://testing-library.com/docs/) — query priorities, best practices, framework integrations
low line 338

External URL reference

SourceSKILL.md
338- [Vite](https://vite.dev/guide/) — configuration, plugins, build optimization
Scanned on Feb 27, 2026
View Security Dashboard