microsoft / napajs

Napa.js: a multi-threaded JavaScript runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use napajs as a secure sandbox?

Zentendo opened this issue · comments

Is it possible to use napajs as a secure sandbox alternative to node vm and whitelist the nodejs API instead of automatically allowing all supported nodejs API calls by default? IE to make it so that there is no access to fs for secure third party script execution.

I am also found napajs when I have the same idea.