050102-nextjs-framework
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily documentation-based, providing architectural guidelines for Next.js 16. It includes code snippets and configuration examples that follow industry best practices for the framework.
- [COMMAND_EXECUTION]: The provided script
scripts/validate.pyis a utility designed to scan a local directory for Next.js 16 compliance. It performs read-only operations to check for the presence of specific configuration flags (likereactCompiler) and file patterns (likeproxy.ts). It does not execute any files it scans or perform network operations. - [EXTERNAL_DOWNLOADS]: The documentation references standard ecosystem tools and libraries, including
mppx,@biomejs/biome, andshadcn. These are presented as standard dependencies for the developer to manage via their package manager (npm, bun) and do not involve untrusted remote execution.
Audit Metadata