i18n-localization
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were identified in the skill instructions or the accompanying Python script.
- The documentation follows standard internationalization best practices for React, Next.js, and Python.
- The
scripts/i18n_checker.pyutility performs read-only operations on the local file system to identify potential development issues like hardcoded strings. - The script does not contain any network-facing code, dynamic code execution (e.g., eval/exec), or persistence mechanisms.
- File access is limited to standard source code extensions (.tsx, .jsx, .py, .vue) and explicitly excludes sensitive directories like
.gitandnode_modules.
Audit Metadata