Hacker News new | ask | show | jobs
by ptx 1845 days ago
You wouldn't expect it to load the module to inspect it? Loading a module executes top-level code.
1 comments

You’re confusing loading the module vs executing every method inside. I would not expect loading a module that has dangerous methods to do the destructive thing by default.