Sandboxing

Sandboxed environments allow execution of untrusted code with two broad goals in mind:

Duktape provides mechanisms to achieve these goals for untrusted Ecmascript code. All C code is expected to be trusted. See sandboxing.rst for a detailed discussion of how to implement sandboxing.

Sandboxing support in Duktape 1.1 is still a work in progress.