open-kimi-ppt
Audited by Socket on Aug 7, 2026
2 alerts found:
Anomalyx2Overall, this module is an image/PPT export CLI with a few supply-chain-grade risk points: it can execute python3 via spawnSync for YAML parsing fallback, it loads/instantiates a user-provided (or default) patched WASM binary without integrity verification, and it can send a session cookie to an arbitrary --origin. There is also potential local path traversal risk for local image src values. No clear, direct malicious payload (exfiltration to hardcoded domains, backdoor persistence, crypto mining, etc.) is present in this snippet, but the python3 execution and unverified WASM loading elevate security risk.
No clear evidence of overt malware (no reverse shell/backdoor, no remote exfiltration, no eval/exec injection from network input) is present in this fragment. However, it performs high-privilege supply-chain actions at runtime: installing `agent-browser@latest` via npm and potentially installing PyYAML via pip if missing, and then executing Node/WASM/exporter artifacts. This creates meaningful supply-chain integrity risk (malicious or altered dependencies/artifacts could run code with the user’s permissions).