scaffolding-nextjs-foundation
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto initialize the project structure (Next.js and Shadcn UI) andnpm installto manage project dependencies. These are standard and expected commands for web development workflows. - [EXTERNAL_DOWNLOADS]: The skill installs established libraries such as
next-auth,mongodb,zod, andbcryptfrom the official NPM registry. These packages are industry standards for authentication, database connectivity, and data validation. - [SAFE]: The instructions provide sound architectural advice, such as using
.env.localfor secrets and configuring local database connections. It correctly implements modernization steps without introducing dangerous shell patterns or privilege escalation.
Audit Metadata