subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
files = ["GLM-OCR-Q8_0.gguf", "mmproj-GLM-OCR-Q8_0.gguf"] if source == "ms": subprocess.run( [sys.executable, "-m", "pip", "install", "modelscope", "-q"], check=True ) from modelscope.hub.file_download import model_file_download- Confidence
- 88% confidence
- Finding
- subprocess.run( [sys.executable, "-m", "pip", "install", "modelscope", "-q"], check=True )
