Skip to main content

nuxthub

Facilitates building NuxtHub applications with database management, multi-cloud deployment, and advanced configuration options.

Install this skill

or
60/100

Security score

The nuxthub skill was audited on Mar 21, 2026 and we found 14 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 268

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
57connection: { connectionString: process.env.DATABASE_REPLICA_URL }
low line 268

External URL reference

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

External URL reference

SourceSKILL.md
343Deploy: 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 446

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
452- [Deploy](https://hub.nuxt.com/docs/getting-started/deploy)
Scanned on Mar 21, 2026
View Security Dashboard