qwen-mm-plugins-edu-agent
Warn
Audited by Socket on Aug 12, 2026
1 alert found:
AnomalyAnomalyscripts/check_curves_rendered.py
LOWAnomalyLOW
scripts/check_curves_rendered.py
The visible Python code functions as a render verification pipeline and does not itself show classic malicious behaviors (no network exfiltration, no credential handling, no obvious obfuscation). However, the module executes a dynamically written Node.js driver (NODE_DRIVER) using subprocess.run with an environment from build_node_env(), making supply-chain integrity of _render/NODE_DRIVER the decisive factor. Because the Node driver content is not present in the provided fragment, malware can’t be ruled out; security risk is therefore driven by the unknown executed code rather than by any suspicious logic in this Python wrapper alone.
Confidence: 45%Severity: 62%
Audit Metadata