internationalization-i18n
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill consists of educational documentation, code snippets, and templates for implementing standard internationalization features.
- [COMMAND_EXECUTION]: The skill provides an example script for extracting translation strings in 'references/translation-management.md'. This script uses standard file system modules ('fs', 'glob') to read source files and generate JSON catalogs. This is an expected developer utility for translation workflows and does not pose a runtime risk to the agent context.
- [DATA_EXFILTRATION]: Locale detection patterns in 'references/locale-detection.md' utilize standard browser APIs like 'document.cookie' and 'localStorage' to persist user language preferences, which is standard behavior for i18n implementations.
Audit Metadata