rtl-document-translation
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified in the skill scripts or documentation.
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto callsoffice(LibreOffice) andpdftoppm(Poppler) for document conversion. This is part of the intended functionality and uses secure coding practices (argument list format) to prevent shell injection. - [EXTERNAL_DOWNLOADS]: The skill relies on well-known and reputable Python packages including
python-docxandPillow. These are standard tools for its stated purpose. - [PROMPT_INJECTION]: As the skill processes user-provided DOCX files for translation, it possesses an indirect prompt injection surface. This is a low-risk concern inherent to the skill's primary function of document analysis.
- Ingestion points:
REFERENCE.md,utils/create_translation.py, andutils/verify_document.py. - Boundary markers: Absent.
- Capability inventory:
REFERENCE.mdexecutessofficeandpdftoppm. - Sanitization: Absent.
Audit Metadata