i18n-review
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
rg(ripgrep) command-line utility to perform read-only searches for specific coding patterns across the codebase. These operations are scoped to auditing and do not involve modifying files. - [PROMPT_INJECTION]: The skill processes external data in the form of source code and translation files. While this creates a surface for Indirect Prompt Injection, the instructions explicitly define a read-only audit mode and the search patterns are hardcoded, limiting the risk of accidental instruction execution.
- [EXTERNAL_DOWNLOADS]: The skill does not perform any external network requests or downloads. It relies on locally available tools and repository content.
Audit Metadata