ARB Translation Updater
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the execution of local shell scripts (
update_arb_files.sh,append.sh,append-items.sh) and system utilities (git,grep,python3) to identify, translate, and append UI strings to Application Resource Bundle (ARB) files.- [SAFE]: All identified operations are consistent with the stated purpose of managing project localization. The skill does not attempt to access sensitive system files, hardcode credentials, or communicate with unauthorized external servers.- [SAFE]: Indirect Prompt Injection Surface: The skill facilitates the ingestion of AI-generated content (translations) via a temporarynew-items.txtfile. - Ingestion point:
new-items.txt(SKILL.md). - Boundary markers: The skill provides a structured prompt template to guide the AI output.
- Capability inventory: File modification via local shell scripts and JSON formatting.
- Sanitization: Includes a validation step using
python3 -m json.toolto ensure the structural integrity of the generated ARB files.
Audit Metadata