code-run
Run JavaScript code in a sandbox with standard built-ins. Use for calculations, data transforms, and logic testing without 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) |