Custom Nodes execute Python code - Are they safe? #1219
-
After dabbling with my own custom nodes I got worried. Can they harm my system? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
They can run any python code they want however usually the code is very short so it's easy to audit them. |
Beta Was this translation helpful? Give feedback.
They can run any python code they want however usually the code is very short so it's easy to audit them.