IncognitoPilot
IncognitoPilot copied to clipboard
Dockerless Installation
Since the UI is now served static, it would be possible to pack everything into a Python package. However, this prevents the sandboxing of the code execution. One idea to at least prevent file access is the following:
- Overwrite open method
- To check: do numpy, ... use this method?
- To check: Are there alternative ways of accessing files?
- To check: restrict more than just file access? Other things you dont want to do locally?