next-best-practices
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references several official Next.js packages and tools, such as
@next/codemod,@next/third-parties, andnext. These originate from a trusted organization. - [COMMAND_EXECUTION]: The skill suggests the use of standard development commands, including
npxfor running official Next.js codemods andcurlfor interacting with a local development server via the experimental Model Context Protocol (MCP) endpoint (/_next/mcp). - [EXTERNAL_DOWNLOADS]: Mentions well-known third-party libraries for caching (Redis via
ioredis) and storage (AWS S3 via@aws-sdk/client-s3), which are standard industry practices for self-hosting scenarios. - [COMMAND_EXECUTION]: Provides instructions for local environment operations like
next buildandpm2, which are routine for JavaScript application development and deployment.
Audit Metadata