Security

Last updated: 2026-06-11

TwinFlow reads workflow metadata from tools that matter to your business, so we hold ourselves to a simple standard: collect the minimum, encrypt what we keep, and be specific about both. TwinFlow is built and operated by a senior security engineer. This page describes our actual measures — no badges, no vague claims.

The data we don't have

The strongest protection is not holding the data at all. TwinFlow's connectors request only workflow metadata — statuses, assignees, timestamps, priorities, labels — and never request ticket descriptions, comments, email bodies, attachments, or repository code. What we store is narrower still: event logs of who did what and when, not the content of the work. The per-tool breakdown is in our Privacy Policy.

OAuth scope minimalism

Access scopes per connector, exactly as requested:

Gmailgmail.readonly — and we request messages in metadata format, so full email bodies are never returned to us, even though the scope would technically allow reading them.
Linearread — read-only OAuth scope.
Jiraread:jira-work, read:jira-user, write:jira-work, offline_access — the write scope exists for exactly one feature: the optional, user-triggered “create ticket” button (scans never write); offline_access lets us refresh the token so you don't have to re-authorize.
SalesforceOAuth; scans query Case and CaseHistory metadata via read-only SOQL queries.
ZendeskAPI token you provide; scans only call read endpoints.
GitHubPersonal access token you provide; scans only call read endpoints on the Issues API. Repository code is never accessed.

Scans never modify your tools. The only write operation in the entire product is the "create ticket" button, which runs only when you click it and creates only the ticket you asked for.

Credential handling

Infrastructure

Backups

AI data handling

AI features are powered by Anthropic's Claude models. We send aggregated scan output — counts, rates, cycle times, step names, bottleneck statistics — plus text you type into the chat features. Ticket bodies and email contents are never sent, because we never collect them. Under Anthropic's commercial API terms, API data is not used to train their models.

Supply chain

Dependency security scanning runs in CI on every push: Node dependencies are audited with the build blocking on high or critical vulnerabilities, Python dependencies are audited with pip-audit, and builds install from committed lockfiles only.

Compliance roadmap

We are a small team and we won't claim certifications we don't have. SOC 2 Type II is on our roadmap. In the meantime, this page and the Privacy Policy are written to be specific enough that your security team can evaluate us on facts.

Responsible disclosure

If you find a vulnerability, email support@flowmri.io with enough detail to reproduce it. We will acknowledge your report, keep you updated, and credit you if you'd like. Please give us reasonable time to fix the issue before any public disclosure, and don't access other customers' data while testing. We don't run a paid bounty program yet.