nextjs-app-router
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Provides instructions for initializing projects using the standard
npx create-next-apputility, which is the official method for setting up Next.js applications. - [EXTERNAL_DOWNLOADS]: Documents data fetching from external APIs via the
fetch()API. The skill includes explicit instructions and warnings to validate, sanitize, and type-check external responses to prevent potential security vulnerabilities. - [SAFE]: Includes guidance on managing sensitive information such as DATABASE_URL and API_SECRET_KEY using .env.local files, following industry best practices for environment variable management and preventing credential exposure.
- [PROMPT_INJECTION]: No evidence of instructions designed to override safety guidelines or bypass agent constraints was found in the provided files.
Audit Metadata