nuxt4-patterns
Provides patterns for building efficient Nuxt 4 applications with a focus on hydration safety, performance, and data fetching.
Install this skill
or
85/100
Security score
The nuxt4-patterns skill was audited on May 18, 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 May 18, 2026
View Security DashboardGitHub Stars 189.4K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
affaan-m/everything-claude-code