translate
Pass
Audited by Gen Agent Trust Hub on Jun 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions are focused exclusively on translation tasks and do not contain malicious instructions, obfuscated code, or unauthorized network requests.
- [COMMAND_EXECUTION]: The skill performs file system operations, such as reading source documents and writing translated files to disk (e.g., README.md to README.vi.md), which is appropriate for its primary function.
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface because it processes untrusted content from users and external files. 1. Ingestion points: Untrusted text input and file content (README.md, etc.). 2. Boundary markers: Soft boundaries are established by language detection labels and output formatting rules (e.g., 'X -> Y'). 3. Capability inventory: The skill utilizes file read and write operations to facilitate translation. 4. Sanitization: No explicit content sanitization is described.
Audit Metadata