word-formatter
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious code or suspicious behavior was identified in the logic or metadata of the skill. \n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes external document content to influence its restructuring and formatting logic. \n
- Ingestion points: Document content is ingested in
formatter.pyvia theread_docxandread_textfunctions. \n - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the processing flow. \n
- Capability inventory: The skill has the capability to write files to disk (
doc.save) and execute shell commands (libreofficeviasubprocess.run). \n - Sanitization: No evidence of content validation or sanitization was found before the document content is used in restructuring tasks. \n- [COMMAND_EXECUTION]: The
formatter.pyscript usessubprocess.runto invokelibreofficefor PDF conversion. This operation is implemented safely using a list of arguments, which prevents shell command injection.
Audit Metadata