Ross ROSS = Recommend OSS · open-source software intelligence for agents

tc39/proposal-shadowrealm resource

ECMAScript Proposal, specs, and reference implementation for Realms observed · 2026-08-28

github.com/tc39/proposal-shadowrealm · homepage · HTML observed · 2026-08-28

Health v2 · maintenance only

35/100

  • Activity 6
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3793
  • days_rel: n/a
  • days_push: 569
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1583 stars · 69 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TC39 ECMAScript language proposal (currently at Stage 2.7) for the ShadowRealm API, which provides distinct global environments with their own intrinsics and built-ins. The repository contains the specification text, explainer documents, presentations, and a reference implementation for the proposed API.

Use cases

  • evaluate JavaScript code in an isolated global environment
  • run untrusted scripts in a sandboxed realm with separate intrinsics
  • import values from modules into an isolated execution context
  • create a fresh JavaScript global object without page reload
  • track the standardization status of the ShadowRealm proposal
  • implement or polyfill the ShadowRealm API in a JavaScript engine
  • understand how wrapped functions cross realm boundaries

When to choose

  • you need to evaluate code in a fresh, isolated global environment with its own built-ins
  • you are building a plugin or scripting system that must sandbox user-supplied code from host intrinsics
  • you want to follow or contribute to the TC39 standardization of Realms
  • you need a reference implementation or spec text to prototype ShadowRealm support in an engine

When to avoid

  • you need a production-ready, standardized API - the proposal is still at Stage 2.7 and subject to change
  • you need full process isolation or OS-level sandboxing - ShadowRealm isolates globals, not memory or resources
  • you need a stable polyfill for browsers today - native support is not yet shipped broadly
  • you want a general-purpose sandboxing or security tool rather than a language specification

Facets

learning-resource · maturity experimental

interpreter security sdk programming-languages security developer-tools cross-platform browser ecmascript tc39 javascript-proposal shadowrealm specification stage-2-7 realms sandboxing reference-implementation javascript specifications web-server nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
tc39/proposal-shadowrealmmain35

For agents

markdown · JSON · MCP: product_card(name="tc39/proposal-shadowrealm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem