> Yes, this can become a security problem in some cases to inject unwanted 
> behaviours in existing code.

before considering this "security concern", consider the fact that if I wanted 
to anything harmful I could just write this into my module:
    
    
    static:
      staticExec("rm **/*.*")
    
    
    Run

and then importing is enough to delete some files (if I got the syntax 
correctly :) )

If you're including other people code in your project you just have to trust 
them in the same way you trust it to work.

Reply via email to