legal-translation
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
subprocess.run()function in several scripts (e.g.,apply_translations_textmatch.py,post_process.py,repack_docx.py) to orchestrate its internal validation and processing workflow. These calls are limited to invoking local Python scripts provided within the skill package using absolute or relative paths. They do not involve shell expansion or unsanitized user input, and are consistent with the primary purpose of managing a complex multi-step document processing pipeline. - [SAFE]: Extensive review of the instructions in
SKILL.mdand procedural documentation inskill-docs/shows a focus on maintaining translation discipline and formatting integrity. No instructions were found that attempt to bypass safety filters or perform unauthorized actions. All data operations are local to the provided workspace.
Audit Metadata