execute_sandbox
Executes JavaScript code securely in an isolated WebAssembly sandbox without Docker, blocking filesystem and network access, and immediately destroys the environment.
Instructions
Docker 설치 없이 브라우저 WASM 메모리 내 격리된 가상 환경에서 JavaScript 코드를 안전하게 실행하고 즉시 소멸시킵니다. 파일시스템/네트워크 접근이 완전히 차단됩니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 실행할 JavaScript 소스 코드 | |
| timeout_ms | No | 최대 실행 시간 (ms, 기본값: 5000) |