sophnet-docx
Audited by Socket on Mar 6, 2026
2 alerts found:
Obfuscated Filex2The analyzed bundle appears to be a legitimate aggregation of streaming and XML/JSON parsing/serialization utilities intended for server-side data processing. There is no evidence of malicious constructs, hardcoded secrets, or covert exfiltration within the fragment. Security risk is driven by usage context and downstream consumers rather than the library code itself.
The three reports converge on a design that processes DOCX locally and then uploads the result to a public URL. While the operational discipline (workspace isolation, self-deleting temp scripts) appears robust, the mandatory external upload pattern raises non-trivial data-exfiltration and privacy risks. The best report among the three is Report 1 due to its explicit concerns and structured risk narrative; however, even this report warrants mitigations: require explicit user consent for uploads, sanitize content before upload, provision access-controlled URLs, and enhance lifecycle cleanup of /tmp artifacts. Overall, treat as suspicious with mitigations for consent, access control, and minimization of uploaded content.