← Back to executions

Secure Execution Replay

Execution Detail

Inspect code, hashes, policy, logs, outputs, and replay endpoint for this sandboxed run.

Status
error
Language
javascript
Logs
0
Output Hash
none
Script execution timed out after 300ms
Code
let x = 0; for (let i = 0; i < 999999999; i++) { x += i; } return { x };
Input
{}
Output
{}
Logs
[]
Metrics
{
  "logLines": 0,
  "timeoutMs": 300,
  "durationMs": 302
}
Policy
{
  "timeoutMs": 300,
  "maxLogChars": 12000,
  "maxCodeChars": 8000,
  "maxInputChars": 16000,
  "maxOutputChars": 20000,
  "allowedLanguages": [
    "javascript"
  ],
  "forbiddenPatterns": [
    "require(",
    "import ",
    "process",
    "child_process",
    "fs.",
    "fs/",
    "fetch(",
    "XMLHttpRequest",
    "WebSocket",
    "eval(",
    "Function(",
    "globalThis",
    "constructor.constructor"
  ]
}

Hashes

Code: ec8d41ad17c6f47b2d70d9eac26b6fae4764b1517041cdf4fb2d94ba9ebb4400
Input: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
Output: none