localization-toolkit
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
rg(ripgrep) for searching user-facing strings in the codebase and executes a local Python scriptscripts/i18n_audit.pyfor auditing translation keys. These are standard development operations for internationalization tasks. - [SAFE]: The Python script
scripts/i18n_audit.pyperforms safe file system operations, reading source files and JSON locale files to perform key comparison and parity checks. It does not perform network operations or access sensitive system paths.
Audit Metadata