I'm new to networking, so should I know something about rpc safety? I am going to use only built-in types, like String or Dictionary, so is it absolutely safe?
rpc
String
Dictionary
It's safe if you don't allow object decoding, which is not allowed by default. If you do allow object decoding, arbitrary code execution is possible as any node can have a script attached to it.