bun-nextjs
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install dependencies using
bun installandbunx create-next-app@latest, which are standard package management operations for Next.js development. - [EXTERNAL_DOWNLOADS]: Includes instructions to install the Vercel CLI globally via
bun add -g vercel. Vercel is a well-known technology service provider. - [COMMAND_EXECUTION]: Provides standard shell commands for project initialization, dependency management, building, and deployment (
bun run dev,bun run build,vercel). - [SAFE]: Secret management is handled correctly by recommending environment variables with descriptive placeholders in
.env.localrather than hardcoding credentials. - [SAFE]: File and database operations use local paths (
./data/config.json,data.sqlite) for storage, which is typical for development templates and simple applications.
Audit Metadata