Skip to main content

data-fetching

Explores best practices for server-side data fetching and caching in Next.js 16+, optimizing performance with advanced techniques.

Install this skill

or
80/100

Security score

The data-fetching skill was audited on Feb 9, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 95

Template literal with variable interpolation in command context

SourceSKILL.md
95cacheTag('models', `model-${params.id}`)
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114updateTag(`model-${id}`, 'models')
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176cacheTag('models', `model-${params.id}`)
medium line 225

Template literal with variable interpolation in command context

SourceSKILL.md
225updateTag(`model-${id}`, 'models')
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →