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 use subprocess, os.system, or any other shell execution methods.
  • [DATA_EXFILTRATION]: No network operations such as curl or requests were found in the instructions or the script. The script's operations are confined to the local filesystem for auditing purposes.
  • [PROMPT_INJECTION]: The SKILL.md file 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, and pathlib for file processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 01:24 PM
Security Audit — agent-trust-hub — i18n-localization