next-best-practices

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill consists entirely of markdown documentation and reference code snippets. There are no executable scripts, installers, or binary files included.
  • [SAFE]: All external tools referenced, such as @next/codemod and @next/third-parties, are official packages from the Next.js ecosystem. The use of well-known libraries like ioredis and @aws-sdk/client-s3 for self-hosting examples follows industry standards.
  • [SAFE]: Code examples correctly handle sensitive information by referencing environment variables (e.g., process.env.REDIS_URL, process.env.AWS_REGION) rather than using hardcoded credentials.
  • [SAFE]: The debugging tools mentioned, such as the /_next/mcp endpoint, are intended for local development environments and operate on localhost, presenting no inherent risk of remote data exfiltration in the described usage.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 10:29 AM