nextjs-performance
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The provided documentation covers architectural patterns for API routes, caching, performance optimization, and metadata. All code samples follow modern web development best practices.
- [CREDENTIALS_UNSAFE] (SAFE): Several files (e.g.,
api-routes.md,server-components.md) demonstrate the use of environment variables for handling secrets likeOPENAI_API_KEYandDATABASE_URL. No hardcoded credentials or sensitive data were found. - [EXTERNAL_DOWNLOADS] (SAFE): The documentation references standard, reputable packages such as
@next/bundle-analyzer,@vercel/analytics, and@lhci/cli. These are trustworthy tools within the Next.js ecosystem. - [COMMAND_EXECUTION] (SAFE): Shell commands shown are standard installation and build triggers (
npm install,npm run build) used for development purposes.
Audit Metadata