next-intl
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate documentation and setup instructions for the 'next-intl' localization library.
- [COMMAND_EXECUTION]: Includes a standard installation command ('npm install next-intl') for a well-known library.
- [DATA_EXPOSURE]: Uses dynamic imports for locale files (e.g., 'await import(
../messages/${locale}.json)'), which is a standard pattern for localization in Next.js and poses no significant risk as it targets local JSON files.
Audit Metadata