open-kimi-ppt
Audited by Socket on Aug 6, 2026
1 alert found:
AnomalyThis module appears primarily to be a browser automation/export utility that generates page images from a .pptd project and produces a stitched QA overview. No explicit malware behaviors (credential theft, persistence, or clear data exfiltration) are evident in the provided code. The main security concerns are: (1) use of CDP Runtime.evaluate to execute JavaScript in a browser iframe (sensitive execution sink), and (2) runtime pip installs of required packages without visible version pinning/integrity verification (supply-chain risk). ZIP extraction is comparatively safer against Zip Slip due to basename-only writes, but untrusted image contents are still decoded by Pillow, and malformed/missing JS constants in the snippet warrant confirming the real expression sources.