i18n-localization
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE] (SAFE): The Python script performs read-only analysis on local code and locale files. It does not access sensitive system directories, environment variables, or hardcoded credentials.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote code downloading, execution, or unverifiable dependencies were found. The script uses only Python standard library modules (sys, re, json, pathlib).
- [COMMAND_EXECUTION] (SAFE): The skill does not execute shell commands or use dynamic execution functions (eval/exec) on user input.
- [INDIRECT_PROMPT_INJECTION] (SAFE): While the skill ingests local code files for analysis, the processing is limited to regex-based pattern matching for string literals. There is no risk of instruction execution from the scanned data.
Audit Metadata