next-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- Development Tool Integration: The skill references several standard Node.js packages and migration tools used in the Next.js ecosystem. These include official codemods (
@next/codemod) and third-party libraries for caching (ioredis) and cloud services (@aws-sdk/client-s3), which are common in modern web development. - AI-Assisted Debugging: Documentation is provided for the Next.js Model Context Protocol (MCP) endpoint, a legitimate feature in development environments (Next.js 15+) designed to facilitate AI-assisted debugging by exposing project metadata and error logs to local diagnostic tools.
- Deployment Configurations: The skill includes template files for Docker, PM2, and custom cache handlers. These are provided as educational examples for self-hosting scenarios and follow established industry patterns for configuration and deployment.
- External Utility References: Mentions of deployment utilities like
create-sstandopen-nextrefer to well-known community projects used for deploying Next.js applications to various cloud providers.
Audit Metadata