Skip to main content

vue-patterns

Vue.js 3 Composition API patterns, component architecture, reactivity best practices, Pinia state management, Vue Router navigation, and Nuxt SSR patterns. Activates for Vue, Nuxt, Vite, or Pinia projects.

Install this skill

or
93/100

Security score

The vue-patterns skill was audited on Jun 24, 2026 and we found 3 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 335

Template literal with variable interpolation in command context

SourceSKILL.md
335() => $fetch(`/api/users/${id}`),
low line 338

Fetch to external URL

SourceSKILL.md
338const { data: posts } = await useFetch("/api/posts", {
low line 366

External URL reference

SourceSKILL.md
366apiBase: "https://api.example.com",
Scanned on Jun 24, 2026
View Security Dashboard
Installation guide →
GitHub Stars 220.9K
Rate this skill
Categorydevelopment
UpdatedAugust 1, 2026
affaan-m/ECC