localize
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform project-wide searches usinggrepand file discovery viaglob. These are used for legitimate purposes like finding hardcoded strings in source code and verifying audio asset paths. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from multiple sources which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: The skill reads from
src/(source code),assets/data/strings/(translation tables),design/gdd/(game design documents), anddesign/narrative/(narrative scripts). - Boundary markers: The instructions do not define specific delimiters or "ignore previous instructions" guards when reading external file content.
- Capability inventory: The skill has access to
Write,Bash, andTask(sub-agent spawning), which provides a significant action surface if an injection is successful. - Sanitization: No explicit sanitization or validation of the content read from source or translation files is mentioned before the agent processes the text.
Audit Metadata