nuxt-i18n
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes the official Nuxt CLI (
npx nuxi) and the standard internationalization module (@nuxtjs/i18n) for its operations, which are recognized as well-known and trusted tools in the ecosystem. - [SAFE]: Instructions for fetching locale data from remote APIs (
/api/locales/${locale}) represent standard runtime functionality for internationalized applications and do not involve the execution of untrusted code. - [SAFE]: The skill identifies a clear data ingestion surface for translations (local files and API responses). While this is an indirect injection surface, it is standard for the skill's purpose and relies on the security defaults of the @nuxtjs/i18n library and Vue.js framework.
- Ingestion points:
i18n/locales/directory and/api/locales/${locale}API endpoint. - Boundary markers: Standard application logic boundaries.
- Capability inventory: UI rendering via Vue components and routing via NuxtLinkLocale.
- Sanitization: Relies on the framework's internal escaping mechanisms.
Audit Metadata