Executes JavaScript code securely within ephemeral Docker containers, enabling dynamic code generation and testing for AI agents and LLMs.
Sponsored
Node.js Sandbox provides a secure environment for executing JavaScript code, designed specifically for AI agents and LLMs. It allows for the dynamic running of JavaScript, installation of NPM packages, and retrieval of results within isolated Docker containers. This facilitates code generation, testing, and interactive assistance by providing a sandboxed environment that minimizes security risks while enabling powerful code execution capabilities.
主な機能
01Offers detached mode to keep containers alive for long-running processes.
02Executes shell commands inside containers.
03Manages isolated Node.js sandbox containers.
04Runs ES module JavaScript snippets and captures stdout.
05Installs npm dependencies per job.
061 GitHub stars
ユースケース
01Dynamically generate QR codes for URLs using the `qrcode` package.
02Running one-off JavaScript scripts for quick experiments.
03Spin up servers or long-lived services on-the-fly for testing endpoints.