(no title)
Fosowl
|
10 months ago
No it can't because we check the bash the AI try to execute against a list of pattern for dangerous command. Also all commands are executed within a folder specified in the configuration file, so that you can choose which files it has access to. However, we currently have no containerization meaning that code execution unlike bash could be harmful. I do think about improving the safety by running all code/commands within a docker and then having some kind of file transfer upon user validation once a task is done.
rank0|10 months ago
Thats okay though! I realize this is a prototype/hobbyist solution which is unlikely to be attacked by a skilled adversary. Love the project!
If later on you want this to become safe for sensitive workloads you need to be way less confident. Just my 2ยข.
Fosowl|10 months ago
hansmayer|10 months ago
Fosowl|10 months ago