i18n
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): Extensive review of all skill files and referenced patterns reveals no malicious code, data exfiltration vectors, or prompt injection attempts.
- [EXTERNAL_DOWNLOADS] (LOW): The skill references 'next-intl' for installation via npm. This is a standard, widely used, and reputable library within the JavaScript ecosystem.
- [DYNAMIC_EXECUTION] (INFO): The suggested dynamic import of locale files is a standard architectural pattern for Next.js i18n. The provided middleware configuration correctly restricts the locale variable to a whitelist of allowed languages, mitigating potential path traversal or arbitrary file loading risks.
Audit Metadata