Skip to main content

nuxthub

Facilitates building NuxtHub applications with database management, storage solutions, and multi-cloud deployment capabilities.

Install this skill

or
61/100

Security score

The nuxthub skill was audited on May 26, 2026 and we found 13 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 263

Template literal with variable interpolation in command context

SourceSKILL.md
263const data = await $fetch(`https://api.github.com/repos/${repo}`)
high line 280

Template literal with variable interpolation in command context

SourceSKILL.md
280Cache key pattern: `${group}:${name}:${getKey(...args)}.json` (defaults: group='nitro', name='handlers'|'functions'|'routes')
medium line 370

Template literal with variable interpolation in command context

SourceSKILL.md
370paths.push(await resolvePath(`./schema/custom.${dialect}`))
medium line 380

Template literal with variable interpolation in command context

SourceSKILL.md
380paths.push(resolve(`./seed.${dialect}.sql`))
low line 263

External URL reference

SourceSKILL.md
263const data = await $fetch(`https://api.github.com/repos/${repo}`)
low line 338

External URL reference

SourceSKILL.md
338Deploy: Create [Cloudflare Workers project](https://dash.cloudflare.com/?to=/:account/workers-and-pages/create), link Git repo. Bindings auto-configured at build time.
low line 441

External URL reference

SourceSKILL.md
441- [Installation](https://hub.nuxt.com/docs/getting-started/installation)
low line 442

External URL reference

SourceSKILL.md
442- [Migration from v0.9](https://hub.nuxt.com/docs/getting-started/migration)
low line 443

External URL reference

SourceSKILL.md
443- [Database](https://hub.nuxt.com/docs/database)
low line 444

External URL reference

SourceSKILL.md
444- [Blob](https://hub.nuxt.com/docs/blob)
low line 445

External URL reference

SourceSKILL.md
445- [KV](https://hub.nuxt.com/docs/kv)
low line 446

External URL reference

SourceSKILL.md
446- [Cache](https://hub.nuxt.com/docs/cache)
low line 447

External URL reference

SourceSKILL.md
447- [Deploy](https://hub.nuxt.com/docs/getting-started/deploy)
Scanned on May 26, 2026
View Security Dashboard
Installation guide →