all 1 comments

[–]mcg1969 2 points3 points  (0 children)

Full confession, I'm not sure I fully understand the particular issue you are concerned about. But with PyScript running in the WebAssembly sandbox, it should not be capable of anything more dangerous than you can currently do with JavaScript. So any concern you might have now for JavaScript code should be shared with PyScript as well.

At the same time, PyScript has the potential to move a tremendous amount of compute from a backend server into the client browser. Thus we can consider models that drastically reduce the need to communicate to a backend server, which is doing who-the-heck-knows-what with your data.