It should be evaluated if the electron application follows the [Electron Security Recommendations](https://www.electronjs.org/docs/tutorial/security). For example [contextIsolation](https://www.electronjs.org/docs/tutorial/security#3-enable-context-isolation-for-remote-content) and [sandboxing](https://www.electronjs.org/docs/tutorial/security#4-enable-sandboxing) should be activated to further harden the application.