minimax-image-understand
Fail
Audited by Socket on Feb 20, 2026
1 alert found:
Obfuscated FileObfuscated Filescripts/image_understand.py
HIGHObfuscated FileHIGH
scripts/image_understand.py
This file is a non-malicious wrapper that delegates image analysis to an external MCP-based subprocess. The primary security concerns are supply-chain and data-exfiltration risks: it reads an API key from the environment and injects it into the subprocess environment, and forwards local image paths or remote URLs to that subprocess. If the invoked binary or the remote service is malicious or compromised, the API key and image content can be exfiltrated. No direct signs of obfuscation or self-contained malware in this file itself, but the runtime behavior depends on external components and binaries which must be trusted.
Confidence: 98%
Audit Metadata