awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gf3 avatar

gf3/sandbox

0
View on GitHub↗
853 stars·114 forks·JavaScript·ISC·7 views

Sandbox

A nifty javascript sandbox for node.js.

Features

  • Sandboxing - JavaScript sandboxing utility.

Star history

Star history chart for gf3/sandboxStar history chart for gf3/sandbox

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does gf3/sandbox do?

A nifty javascript sandbox for node.js.

What are the main features of gf3/sandbox?

The main features of gf3/sandbox are: Sandboxing.

What are some open-source alternatives to gf3/sandbox?

Open-source alternatives to gf3/sandbox include: houfeng/safeify — Safeify 可让 Node 应用安全的隔离执行非信任的用户自定义代码,了解详细. patriksimek/vm2 — vm2 is a Node.js JavaScript sandbox and runtime virtualizer designed to execute untrusted code. It functions as a…

Open-source alternatives to Sandbox

Similar open-source projects, ranked by how many features they share with Sandbox.
  • houfeng/safeifyHoufeng avatar

    Houfeng/safeify

    494View on GitHub↗

    Safeify 可让 Node 应用安全的隔离执行非信任的用户自定义代码,了解详细

    TypeScript
    View on GitHub↗494
  • patriksimek/vm2patriksimek avatar

    patriksimek/vm2

    4,083View on GitHub↗

    vm2 is a Node.js JavaScript sandbox and runtime virtualizer designed to execute untrusted code. It functions as a secure code evaluator and module isolator that protects the host process by creating an isolated execution environment with restricted access to the Node.js runtime. The system distinguishes itself through a security framework that utilizes object proxying and deep freezing to prevent sandboxed scripts from modifying the host global context or shared objects. It implements strict module access control using allow-lists and path restrictions to govern which built-in or external dep

    JavaScript
    View on GitHub↗4,083