enable-i18n
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- Standard Implementation Patterns: The skill details routine architectural modifications for adding multi-language support to a web application. These include reorganizing directory structures and configuring localized routing.
- Use of Established Libraries: The implementation relies on next-intl, a well-documented and widely used library for internationalization in the Next.js ecosystem.
- Secure Middleware Configuration: The provided middleware logic (proxy.ts) handles URL rewrites and redirects locally to manage locale prefixes, following best practices for Next.js routing.
- Standard Verification Steps: The instructions include common development commands for building and testing the application, such as pnpm build and curl, which are used to ensure the internationalization layer is functioning correctly.
Audit Metadata