i18n-localization
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/i18n_checker.py. This script performs read-only operations on a local directory provided as a command-line argument to identify hardcoded strings and compare translation keys. It does not usesubprocess,os.system, or any other shell execution methods. - [DATA_EXFILTRATION]: No network operations such as
curlorrequestswere found in the instructions or the script. The script's operations are confined to the local filesystem for auditing purposes. - [PROMPT_INJECTION]: The
SKILL.mdfile contains standard instructional documentation and does not include any patterns typical of prompt injection or instructions to bypass safety guidelines. - [EXTERNAL_DOWNLOADS]: The script does not define any external dependencies or download any remote code. It uses standard Python libraries such as
sys,re,json, andpathlibfor file processing.
Audit Metadata