Updater

Purpose

The Risontis Updater allows an authorised user to install or update Risontis software in their own Google Apps Script project.

An installation or update starts only when the user explicitly requests and approves it.

Google Permissions

The updater requests permission to:

• Create and update Google Apps Script projects.

• Create and update Google Apps Script deployments.

These permissions are used only to install or update the Google Apps Script project selected by the user.

Access is temporary. Risontis does not request offline access or store Google refresh tokens.

What the Updater Accesses

The updater may access the files, versions, manifest, and deployment configuration of the selected Apps Script project.

The updater does not need access to spreadsheet contents, exchange credentials, trading positions, orders, balances, strategy data, or unrelated Google Drive files.

Safety and User Control

Before applying a release, the updater verifies the selected project and the integrity of the Risontis release.

If the project, permissions, or release cannot be verified, the update stops.

Risontis does not silently or automatically update an installation. The user remains in control of whether and when an update is applied.