tinyworld-i18n
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill defines a repeatable process for managing internationalization (i18n) by editing local dictionary files (
engine/i18n/*.js) and HTML templates within the project repository. - [COMMAND_EXECUTION]: The workflow relies on standard local development scripts (
npm run i18n:check,npm run i18n:report,npm run dev) to validate coverage and test the localized UI. - [SAFE]: The instructions include a clear scope for translation that explicitly excludes sensitive areas such as API keys, authentication panels, and developer overlays, reducing the likelihood of accidental exposure of credentials in localized strings.
Audit Metadata