nextjs-i18n
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The instructions align with official documentation for Next.js internationalization.
- [DYNAMIC_EXECUTION]: The skill utilizes dynamic imports to load locale-specific translation files (e.g.,
import(../messages/${locale}.json)). This is the standard, documented method for thenext-intllibrary and is implemented alongside a middleware configuration that whitelists valid locale identifiers, effectively preventing path traversal or arbitrary file access.
Audit Metadata