We're considering a system in which partners could write and deploy their own rules,
but we are worried about security. Is there any support for preventing harmful rules? For
example:
rule "bad"
when
then
File f = new File("important.doc");
f.delete();
end