kumavis
kumavis
looking for patterns in ethereum contract byte code: 
starts with a resounding `pu pu pu~` and knocks back a few martinits here and there
+2
+1 for this feature
https://github.com/mmckegg/notevil - "Unlike built-in [eval], there is no access to global objects, only the context that is passed in as the second object."
https://github.com/tildeio/oasis.js - "a pleasant API for safe communication with untrusted code in sandboxed iframes." Oasis is a strong candidate, built by some really smart people. It sandboxes via an iframe...
https://github.com/substack/vm-browserify - "Emulate node's vm module for the browser."
https://github.com/eligrey/jsandbox - "A JavaScript sandboxing library that uses web worker threads"
Oh hello. html5 `sandbox` attribute on iframes. (this is how oasis.js does it) http://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/ http://www.html5rocks.com/static/demos/evalbox/index.html