Source-available runtime
The runtime is published under AGPL-3.0. Your engineers can read the code that will execute inside your environment before it does, and again on every version you take.
Runtara's security properties come from how the system is built and where it is deployed, not from settings someone has to configure correctly. There are three boundaries, and each one holds on its own.

Where it runs
A self-hosted deployment transmits no customer data to Runtara. The runtime executes inside your infrastructure, against your systems, using your model credentials. There is no Runtara-operated service in the path, no telemetry channel carrying your records, no support tunnel into your environment, and no copy of your data on our infrastructure.

How it runs
A workflow definition goes through the Runtara compiler and is emitted as a WebAssembly binary. That binary is what executes, rather than an interpreted script carrying the privileges of the host process.
Inside the sandbox there is no ambient authority. Every effect a workflow has on anything outside itself passes through a host call that the runtime mediates. For a review that puts the unit of trust on the host boundary — a small, stable, auditable surface that holds across every edit to a business process.

What it can do
The tools an AI step can call are chosen when the workflow is authored and compiled into the binary that runs. At run time the model chooses among that fixed set. Adding a tool means editing the workflow and compiling it again, which is a change your review process already sees.
That bounds what a hostile document can achieve. The worst case is a tool from the authored set called with bad arguments, which keeps the review on one fixed artifact: the workflow itself.
Vendor risk assessment is a different exercise here than it is for a processor. What you are reviewing is software running in your environment, under your controls, on your network.
The runtime is published under AGPL-3.0. Your engineers can read the code that will execute inside your environment before it does, and again on every version you take.
Architecture documentation and data-flow diagrams are provided for your security review, describing every component, every stored artifact, and every outbound call the runtime can make.
Send us the questionnaire your review runs on — SIG, CAIQ, or your own — and we fill it in, with the architecture documentation behind the answers.
Managed Cloud is a different arrangement: there, Runtara does process data on your behalf, under a data processing agreement and with data kept in-region in the EU.
Tell us which review you have to pass and what your security team needs to see. We will send the architecture documentation, answer the questionnaire, and walk your engineers through the deployment.