nuxt-init
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs a variety of development tools and libraries from the NPM registry.
- Evidence: The
bun add -dcommand inSKILL.mdlists multiple packages includingeslint,prettier, andterraform-scaffold. - [COMMAND_EXECUTION]: The skill automates the project setup by running shell commands to initialize dependencies and environment configurations.
- Evidence: Workflow steps in
SKILL.mdinclude execution ofbun install,bun run prepare, andbunx terraform-scaffold init. - [REMOTE_CODE_EXECUTION]: The skill executes remote code by downloading and running an external CLI tool via the package runner.
- Evidence: Usage of
bunx terraform-scaffoldto initialize infrastructure components, which fetches and runs the tool from the registry.
Audit Metadata