Resources

Security

The threat model, what never leaves your machine, and an honest statement about reporting a vulnerability.

Written and covered by tests — not yet observed in a live runFinexia · published · updated · 1 source · Finexia OS 0.0.22

#The threat model

Finexia runs on your machine and drives command-line tools you already trust with your subscription. The interesting risks are therefore not about a remote service holding your data — it does not — but about what an agent can reach once it is running.

ConcernPosition
A vendor key leakingKeys live in the macOS keychain. No code path writes one to a file, a database, an environment file or a log.
An agent reaching data it should notA role declares its capabilities; the local tool server serves only what those cover. No role holds both your data and arbitrary web access.
Retrieved content steering the agentAnything fetched from outside is data, never instruction.
A secret hidden in a source URLThe provenance writer redacts before writing to the journal.
A file written somewhere unexpectedA tool call cannot choose a path. The core composes it, because it owns the data room.
An order reaching a brokerThere is no write path. The feed trait exposes no write method — verifiable by compilation.
The remote server seeing your workIt is a control plane: account, licence, updates. Cut it off and the application still works.
Processes outliving the sessionThe quit path stops every process the application started. A signal from outside bypasses it, by definition.

#Reporting a vulnerability

Still missingThere is no published security contact yet. Rather than print an address that nobody monitors, this page states plainly that the channel still has to be defined. Until it is, a finding should go through whichever private channel you already have with the project.

#What is not proven

#Sources

  1. Finexia OS — handover report 0.0.22Finexiainternal handover report · Finexia OS 0.0.22 · commit d59e30e · published 2026-09-10 · read 2026-09-10Internal document, not published

Read next

More in Resources