The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "IronClaw Sandbox - contain untrusted code",
"nodes": [
{
"parameters": {},
"id": "b1a0f000-0000-4000-8000-000000000001",
"name": "When clicking Test workflow",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
320
]
},
{
"parameters": {
"language": "shell",
"code": "echo 'hello from inside the IronClaw sandbox'; id; echo '--- trying to escape ---'; wget -T3 -qO- http://example.com || echo NETWORK_BLOCKED; ([ -S /var/run/docker.sock ] && echo SOCKET_PRESENT || echo SOCKET_ABSENT)",
"timeoutSeconds": 30,
"continueOnNonZeroExit": true
},
"id": "b1a0f000-0000-4000-8000-000000000002",
"name": "IronClaw Sandbox",
"type": "n8n-nodes-base.ironClawSandbox",
"typeVersion": 1,
"position": [
520,
320
],
"credentials": {
"ironClawSandboxApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test workflow": {
"main": [
[
{
"node": "IronClaw Sandbox",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
ironClawSandboxApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
IronClaw Sandbox - contain untrusted code. Uses ironClawSandbox. Event-driven trigger; 2 nodes.
Source: https://github.com/IronSecCo/ironclaw/blob/9da9a4cdabfd81a7b5f9cfba8621d2179d27327c/examples/integrations/n8n/workflows/ironclaw-sandbox.example.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Report Examples Demo. Event-driven trigger; 7 nodes.
Check if a Twitch Stream is Live. Uses graphql. Event-driven trigger; 7 nodes.
Automatically prune n8n execution history. Uses n8n. Event-driven trigger; 7 nodes.
Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.
Reusable and Independently Testable Sub-workflow. Uses executeWorkflowTrigger, manualTrigger, stickyNote. Event-driven trigger; 6 nodes.