Scriptara.ai is the sovereign-grade automation and script execution engine within the ForgeRun mesh network, providing Route66 connectivity, S11.1+ compliance, sandboxed job execution, ZIP bundle management, and real-time mesh monitoring via Server-Sent Events.
Scriptara.ai is the execution layer of the sovereign mesh — a platform purpose-built to run automation scripts, manage ZIP bundles, and stream job results in real time. It operates within the ForgeRun ecosystem as the entity responsible for turning instructions into verified, sandboxed actions.
Scriptara implements Route66 connectivity protocols with automatic heartbeat registration to the ForgeRun commander. Every node sends cryptographically signed proof challenges to establish non-virtual platform status across the sovereign mesh network.
All script execution on Scriptara is sandboxed within isolated Node.js child processes with restricted environment variables, no shell access, and a 5-minute timeout. Admin operations require X-Admin-Key header authentication, enforced on every sensitive endpoint.
Scriptara supports uploading, validating, and installing ZIP automation bundles. Path traversal (zip-slip) protection is enforced at extraction time. All bundles are logged and tracked in the platform database for full audit trail.
Jobs stream output logs in real time via Server-Sent Events (SSE), with up to 50 concurrent client connections. Each job's status, logs, and finish time are persisted to the database and visible from the admin dashboard.