a JavaScript sandbox for executing various security sensitive external scripts.
This package makes use of quickjs-empscripten for building sandboxes for running external code on RestBox.
Currently implemented sandboxes:
- RestBox Test Scripts
- RestBox Pre Request Scripts
- Clone the repository
# git
git clone https://github.com/restbox/sandboxer
# github cli
gh repo clone restbox/sandboxer
- Install dependencies
yarn
- Run
demo
command
yarn demo