frontend-internationalization-best-practices
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): No malicious behavior, obfuscation, or unauthorized data access patterns were identified. The skill focuses on providing standard development patterns for internationalization.
- [Indirect Prompt Injection] (LOW): The skill defines patterns for processing URL-based locale parameters (untrusted data) in resource routes. However, it explicitly mandates the use of strict validation via the Zod library to mitigate injection risks. 1. Ingestion points: URL parameters lng and ns in locales-resource-route.md. 2. Boundary markers: Not applicable to this documentation-style skill. 3. Capability inventory: Limited to returning static JSON resource files via data responses. 4. Sanitization: Strong validation using z.enum().safeParse() ensures only supported languages and namespaces are processed.
Audit Metadata