i18n-localization
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: A comprehensive review found no evidence of malicious behavior, obfuscation, or safety guideline bypasses.
- [DATA_EXFILTRATION]: The i18n_checker.py script scans local project directories for localization keys but does not have the capability to transmit data over the network.
- [COMMAND_EXECUTION]: The skill does not invoke shell commands, spawn subprocesses, or utilize dynamic execution functions such as eval() or exec().
- [EXTERNAL_DOWNLOADS]: The script relies exclusively on Python's built-in libraries (sys, re, json, pathlib) and does not fetch external dependencies or remote scripts.
Audit Metadata