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

laverdet/isolated-vm

Secure & isolated JS environments for nodejs observed · 2026-08-28

github.com/laverdet/isolated-vm · C++ · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 99
  • Release rhythm 40
  • Longevity 100
How is this computed?

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

  • gap_med: 78
  • age_days: 3392
  • days_rel: 321
  • days_push: 10
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2906 stars · 190 forks observed · 2026-08-28

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

A Node.js library providing access to V8 isolates to create completely isolated JavaScript environments. It lets you run untrusted or sandboxed code free of the Node.js runtime's capabilities.

Use cases

  • run untrusted javascript code safely in nodejs
  • create sandboxed js execution environments
  • run user-submitted scripts in isolation
  • execute plugin code without access to node runtime
  • run multiple isolated javascript environments in one process

When to choose

  • you need strong isolation for executing untrusted JavaScript in Node.js
  • you want per-tenant script execution with shared memory transfer controls
  • you need a native V8 isolate API rather than child processes

When to avoid

  • you need a pure-JavaScript solution without native compilation
  • you want a project under active feature development (it is in maintenance mode)
  • you are on an odd-numbered or unsupported Node.js version

Facets

library · maturity maintenance

security concurrency developer-tools developer-tools backend security cpp v8-isolates sandboxing javascript-sandbox native-addon nodejs

1 source

Member repositories

RepositoryRoleHealth v2
laverdet/isolated-vmmain79

For agents

markdown · JSON · MCP: product_card(name="laverdet/isolated-vm")

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