enable-i18n
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- External Package Dependency: The skill instructs the agent to install the
next-intlpackage usingpnpm. This is a widely recognized and standard library for handling internationalization in Next.js applications. - Command Execution for Development: The instructions include the use of
pnpm lint,pnpm build, andpnpm devto manage the project lifecycle, as well ascurlto verify that the local server (localhost) is correctly serving localized routes. These are routine development and verification steps. - Processing Project Content: The skill involves reading and transforming project files such as
package.json,next.config.ts, and localized message catalogs. While this involves processing external data which is a common surface for indirect instructions, it is essential for the stated purpose of migrating storefront copy to a multi-language format.
Audit Metadata