nuxt
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill contains standard documentation and best practices for developing with the Nuxt framework.
- [COMMAND_EXECUTION]: The skill documents the use of official CLI tools including
nuxi(Nuxt CLI),vercel, andnetlify-cli. These are standard, well-known developer tools used for scaffolding, building, and deploying Nuxt applications. - [EXTERNAL_DOWNLOADS]: Documentation includes instructions for fetching project templates and Nuxt layers from GitHub (e.g.,
nuxi init,extends: ['github:username/repo']). These are core framework features from a trusted ecosystem. - [DYNAMIC_EXECUTION]: The skill describes Nuxt features that involve build-time code generation (such as Nuxt modules using
addPluginTemplate) and client-side dynamic imports (Lazycomponents). These are architectural features of the framework and are used appropriately in the provided examples.
Audit Metadata