i18n-localization
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The
SKILL.mdfile 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]: Thescripts/i18n_checker.pyscript 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 ini18n_checker.pyis 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 usesjson.loads()for parsing locale files, which is a safe way to handle structured data compared to unsafe deserialization methods likepickleoryaml.load()without a safe loader.
Audit Metadata