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