SES-shim

Endo is a distributed secure JavaScript sandbox, based on SES (by Agoric)

SES-shim Alternatives

Similar projects and alternatives to SES-shim

  1. metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. nixpkgs

    Nix Packages collection & NixOS

  4. deno

    486 SES-shim VS deno

    A modern runtime for JavaScript and TypeScript.

  5. hub-feedback

    Feedback and bug reports for the Docker Hub

  6. esbuild

    An extremely fast bundler for the web

  7. warehouse

    The Python Package Index

  8. rubygems

    Library packaging and distribution for Ruby.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. dmca

    198 SES-shim VS dmca

    Repository with text of DMCA takedown notices as received. GitHub does not endorse or adopt any assertion contained in the following notices. Users identified in the notices are presumed innocent until proven guilty. Additional information about our DMCA policy can be found at

  11. cobra

    A Commander for modern Go CLI interactions

  12. pip

    118 SES-shim VS pip

    The Python package installer

  13. linux

    84 SES-shim VS linux

    Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ (by raspberrypi)

  14. cargo-crev

    A cryptographically verifiable code review system for the cargo (Rust) package manager.

  15. rfcs

    37 SES-shim VS rfcs

    Public change requests/proposals & ideation (by npm)

  16. Nodemailer

    46 SES-shim VS Nodemailer

    ✉️ Send e-mails with Node.JS – easy as cake!

  17. proposal-shadowrealm

    ECMAScript Proposal, specs, and reference implementation for Realms

  18. JS-Interpreter

    7 SES-shim VS JS-Interpreter

    A sandboxed JavaScript interpreter in JavaScript.

  19. Swift Argument Parser

    Straightforward, type-safe argument parsing for Swift

  20. verdaccio

    8 SES-shim VS verdaccio

    A lightweight Node.js private proxy registry

  21. vrite

    23 SES-shim VS vrite

    Open-source developer content platform

  22. workerbox

    5 SES-shim VS workerbox

    A secure sandbox to execute untrusted user JavaScript, in a web browser, without any risk to your own domain/site/page.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SES-shim alternative or higher similarity.

SES-shim discussion

Log in or Post with

SES-shim reviews and mentions

Posts with mentions or reviews of SES-shim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-02.
  • Ask HN: JavaScript sandboxing for user-submitted code
    1 project | news.ycombinator.com | 28 Mar 2025
  • How private are your class #private fields?
    1 project | dev.to | 2 Aug 2024
  • Malicious libraries can steal all your application secrets in Elixir
    1 project | news.ycombinator.com | 22 Jul 2023
    I used E in the 90s: http://erights.org/

    I haven't kept up with newer systems but I've heard of https://github.com/endojs/endo and just came across http://reports-archive.adm.cs.cmu.edu/anon/home/anon/isr2017... (which says "in the style of the E programming language" -- that's as far as I've read) while looking that up.

    WebAssembly was designed to follow the same capability security principles. CHERI too as someone else just brought up.

  • Building an Extension System on the Web
    7 projects | dev.to | 2 Jun 2023
    There are other potential solutions I haven’t explored close enough (like Endo and SES), or completely omitted as they’re based on an imperfect blacklist-based approach to security (like sandboxed WebWorkers). However, the mentioned 4 solutions are the top contenders, at least in my mind.
  • Harvesting credit card numbers and passwords from your site
    1 project | news.ycombinator.com | 14 Feb 2023
    I don't know why you are being silently downvoted, as I think it is worth talking about the potential of using static analysis to improve things.

    One promising approach is Endo[0] which "uses LavaMoat to automatically generate reviewable policies that determine what capabilities will be distributed to third party dependencies."

    [0] https://github.com/endojs/endo

  • Show HN: Run unsafe user generated JavaScript in the browser
    14 projects | news.ycombinator.com | 19 Nov 2022
    Agoric moved forward and Realms gave way to SES

    https://github.com/endojs/endo/tree/master/packages/ses

    And Endo is a set of tools (being) built around it to make it more practical for particular usecases

  • Deno 1.26
    4 projects | news.ycombinator.com | 29 Sep 2022
    Yea you could restrict the app by whitelisting only the network services and folders that it will use and that's pretty valuable though at least on Linux could already easily be achieved otherwise. It's good that Deno makes it easy but let's be honest, most people will just pass -A.

    I'd love to see a permissions system on a library basis. It would ask the first time a dependency is added and when a new permission is requested after an update. Javascript doesn't make that easy though by being so dynamic. SES could maybe help: https://github.com/endojs/endo/blob/master/packages/ses/READ...

  • Node runtime that sandboxes all NPM dependencies by default
    2 projects | news.ycombinator.com | 9 Feb 2022
    I was poking around on the internet a bit earlier and I found this project. It looks pretty cool, and I figured perhaps a few of y'all might find it cool too!

    I have no idea if it actually sandboxes networking by default. This other project, endo[0], seems to add some of that functionality.

    Regardless of the maturity though, it makes me excited to see this type of work getting done now!

    (What made me want to research it was this[1] thread from the other day.)

    0: https://github.com/endojs/endo

    1: https://news.ycombinator.com/item?id=30215212

  • Open source maintainer pulls the plug on NPM packages colors and faker, now what
    8 projects | news.ycombinator.com | 9 Jan 2022
    Fortunately the problem could become more tractable if something like SES / Endo takes off:

    "Endo protects program integrity both in-process and in distributed systems. SES protects local integrity, defending an application against supply chain attacks: hacks that enter through upgrades to third-party dependencies. Endo does this by encouraging the Principle of Least Authority. ... Endo uses LavaMoat to automatically generate reviewable policies that determine what capabilities will be distributed to third party dependencies."

    https://github.com/endojs/endo

  • Is metamask running on JavaScript?
    3 projects | /r/Metamask | 20 Dec 2021
  • A note from our sponsor - SurveyJS
    surveyjs.io | 20 May 2025
    Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →

Stats

Basic SES-shim repo stats
15
891
9.6
4 days ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?