skills/emerson1337/skills-for-agents/frontend-internationalization-best-practices/Gen Agent Trust Hub
frontend-internationalization-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security vulnerabilities detected across the 12 files.
- Input Validation: The skill demonstrates secure coding by using the
zodlibrary to validate language (lng) and namespace (ns) parameters in API routes before processing them. - Secure Cookies: The documentation correctly recommends setting
httpOnly: trueand using thesecureflag in production for locale cookies, mitigating common session-related risks. - Trusted Dependencies: All referenced libraries (e.g., i18next, remix-i18next, zod) are industry-standard packages for the React ecosystem.
- No Dangerous Commands: The skill contains no executable scripts, shell commands, or network operations that could lead to data exfiltration or remote code execution.
Audit Metadata