awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesRuntime Virtualizers

Layers that virtualize the runtime environment to protect the host global context and state.

Distinct from JavaScript Sandboxed Runtimes: Focuses on the virtualization layer (proxying/freezing) that creates the sandbox, rather than the sandbox environment itself.

Explore 1 awesome GitHub repository matching devops & infrastructure · Runtime Virtualizers. Refine with filters or upvote what's useful.

Awesome Runtime Virtualizers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • patriksimek/vm2Avatar patriksimek

    patriksimek/vm2

    4,083Vezi pe 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

    Acts as a runtime virtualizer that protects the host global context through object proxying and property freezing.

    JavaScript
    Vezi pe GitHub↗4,083
  1. Home
  2. DevOps & Infrastructure
  3. Execution Environments
  4. Code Execution Runtimes
  5. Code Execution Sandboxes
  6. JavaScript Sandboxed Runtimes
  7. Runtime Virtualizers