untrusted-code
There are 12 repositories under untrusted-code topic.
healeycodes/deno-script-sandbox
🏜️ A sandbox that runs user-supplied JavaScript/TypeScript scripts.
healeycodes/untrusted-python
📦 Run untrusted python code on the server.
initminal/run
Safely execute untrusted code with ESM syntax support, dynamic injection of ESM modules from URL or plain JS code, and granular access control based on whitelisting for each JS object.
jay-johnson/nerfball
Want to see how something like Internet Chemotherapy works without bricking your own vms? This is a jail to reduce the python runtime from doing bad things on the host when running untrusted code. Nerf what you do not need :space_invader: + :bug: :soccer: :football: :whale:
W2Inc/robopeer
Send code. Wait a bit. Get response!
pimpale/pythonbox
Run python code in a sandbox
overtest/limtrac
CLI programs sandboxing solution for GNU/Linux, used in Overtest LMS
mohankumarelec/ghost-protocol
A dramatic cybersecurity awareness demonstration that simulates a system breach by revealing user information and system details.
discue/somewhat-secure-insecure-fn-executor
Tries to mitigate risks of untrusted code by running it in an isolated environment
mahmoudimus/safe-js
SafeJS- Hermetic Sandboxing for JavaScript
Skippia/V8-Sandboxes
Node.js V8 Sandboxes: Allow to execute code in an isolated sandbox environment using Node.js vm module by controlling imports, restricting file system access, and exposing limited APIs
stewartpark/whalebox
🐋 whalebox lets you run untrusted code easily via simple HTTP APIs.