i18n-localization

Pass

Audited by Gen Agent Trust Hub on Mar 1, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The SKILL.md file contains educational content, best practices, and code snippets for implementing internationalization in various frameworks (React, Next.js, Python). No prompt injection or malicious instructions were identified within the documentation.- [SAFE]: The scripts/i18n_checker.py script is a static analysis tool designed to audit local project files for hardcoded strings and missing translation keys. It uses standard libraries (pathlib, re, json) and does not perform any network operations, filesystem writes, or execution of external commands.- [SAFE]: Data ingestion in i18n_checker.py is limited to reading local source code and JSON locale files. The script implements safety measures such as limiting the number of processed files (top 50) and truncating matched output (first 40 characters) to prevent context pollution.- [SAFE]: No obfuscation techniques, such as Base64 encoding of commands or zero-width characters, were found in the provided files.- [SAFE]: The script uses json.loads() for parsing locale files, which is a safe way to handle structured data compared to unsafe deserialization methods like pickle or yaml.load() without a safe loader.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 1, 2026, 01:27 PM