subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
try: # Try running as MCP server with JSON-RPC cmd = [str(VESTIGE_BINARY)] + args result = subprocess.run( cmd, capture_output=True, text=True,- Confidence
- 82% confidence
- Finding
- result = subprocess.run( cmd, capture_output=True, text=True, timeout=30 )
