next-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of technical documentation and code examples intended to guide developers through Next.js 15+ best practices. The patterns described align with official Next.js documentation and standard web development practices.
- [EXTERNAL_DOWNLOADS]: The documentation references official Next.js packages and utilities, such as
@next/codemodfor automated migrations and@next/third-partiesfor library integrations. It also provides examples for standard cloud SDKs includingioredisand@aws-sdk/client-s3for cache handling. - [COMMAND_EXECUTION]: The skill provides examples of legitimate development and diagnostic commands, such as
npx @next/codemodfor API migrations andnext experimental-analyzefor bundle visualization. - [SAFE]: The
debug-tricks.mdfile describes an MCP (Model Context Protocol) endpoint (/_next/mcp) designed to facilitate AI-assisted debugging by providing access to project metadata, routes, and logs on a local development server. This is documented as an intentional developer feature rather than a malicious exposure.
Audit Metadata