docx
Audited by Socket on Mar 1, 2026
1 alert found:
SecurityThis skill is an instructional workflow for working with .docx files and uses appropriate local tools and libraries. I found no explicit malicious code or network exfiltration instructions in the provided text. The main security concerns are operational: (1) the repeated directive to read entire documentation files without range limits creates a prompt-injection/large-input risk if those documents are attacker-controlled; (2) the unpack/pack helper scripts are referenced without stated provenance — these scripts should be inspected and sourced from trusted repositories before execution; and (3) raw OOXML edits and RSID reuse can unintentionally preserve sensitive metadata. Overall, this skill appears functionally aligned with its stated purpose and low on direct malicious indicators, but exercise caution around helper script provenance and ingestion of untrusted documentation.