next-best-practices
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- Standard Utility Usage: The skill references official migration and deployment tools such as
@next/codemod,create-sst, andopennextjs. These are standard tools within the ecosystem used for project maintenance and infrastructure setup. - Development Debugging Features: The
debug-tricks.mdfile documents the/_next/mcpendpoint, which is a feature intended for local development to assist AI tools in diagnosing build and runtime issues. The providedcurlexamples demonstrate local communication with a development server. - Image and Script Management: Guidance on
next/imageandnext/scriptencourages secure practices, such as explicitly configuring remote domains for images to prevent unauthorized resource loading. - Deployment Best Practices: The self-hosting guide provides standard Docker and PM2 configurations, emphasizing the use of standalone output to minimize the production environment's footprint.
Audit Metadata