ecc-nuxt4-patterns
Provides patterns for building Nuxt 4 apps focusing on hydration safety, performance, and SSR-safe data fetching.
Install this skill
or
85/100
Security score
The ecc-nuxt4-patterns skill was audited on Jun 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 42
Template literal with variable interpolation in command context
SourceSKILL.md
| 42 | () => `article:${route.params.slug}`, |
medium line 43
Template literal with variable interpolation in command context
SourceSKILL.md
| 43 | () => $fetch(`/api/articles/${route.params.slug}`), |
medium line 46
Template literal with variable interpolation in command context
SourceSKILL.md
| 46 | const { data: comments } = await useFetch(`/api/articles/${route.params.slug}/comments`, { |
Scanned on Jun 12, 2026
View Security Dashboard