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 install and bunx 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.local rather 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
Risk Level
SAFE
Analyzed
May 14, 2026, 06:53 PM
Security Audit — agent-trust-hub — bun-nextjs