code-run
Execute JavaScript code in a sandboxed environment with access to Math, Date, JSON, and standard built-ins, but no filesystem or network access.
Instructions
Execute JavaScript code in a sandboxed environment. Has access to Math, Date, JSON, and standard built-ins. No filesystem or network access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript code to execute | |
| timeout_ms | No | Timeout in ms (default 5000) |