NeilFraser/JS-Interpreter
A sandboxed JavaScript interpreter in JavaScript. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4691
- days_rel: n/a
- days_push: 77
- n_releases_24m: 0
Adoption not part of the score
2185 stars · 364 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A sandboxed JavaScript interpreter written in JavaScript that executes arbitrary ES5 code in isolation and safety. It supports line-by-line stepping, making it suitable for safely running untrusted user-supplied scripts.
Use cases
- safely execute untrusted user JavaScript in the browser
- run user-submitted scripts in a sandboxed environment
- step through JavaScript code line by line for debugging or education
- embed a scripting engine in a web application without eval
- build a code playground with restricted execution
- run plugins or extensions written by users safely
When to choose
- you need to run arbitrary, untrusted JavaScript safely in a browser or Node.js
- you need fine-grained control over execution, such as stepping line by line or limiting APIs
- you want to expose a restricted API surface to user scripts
When to avoid
- you need modern ES6+ JavaScript features, since the interpreter targets ES5
- you need maximum performance for trusted code, since interpretation is far slower than native execution
- you just need JSON parsing or templating rather than full script execution
Facets
library · maturity active
interpreter security parser programming-languages security developer-tools web-development browser javascript-interpreter sandbox es5 arbitrary-code-execution step-execution sandboxing nodejs javascript
1 source
- readme: https://github.com/NeilFraser/JS-Interpreter · fetched 2026-08-28 · bdf8574c054b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NeilFraser/JS-Interpreter | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="NeilFraser/JS-Interpreter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem