Security

Security at nrtur

What we do to protect your pipeline, what we haven't built yet, and how to tell us if you find a hole. Including the parts most vendors leave off this page.

Last updated August 18, 2026Read the Privacy Policy

nrtur is an early-stage product and we would rather you judge us on an accurate picture than a polished one. Everything below is either in place today or clearly marked as planned.

Encrypted in transit and at rest

Everything travels over TLS and is encrypted at rest on disk, including backups. We do not serve any part of the site or app over plain HTTP.

We do not browse your data

Staff access to production is limited to the people who need it, protected by MFA, logged, and used only to run the service or fix a fault you reported.

Your data, exportable and erasable

Export everything at any time. Ask us to delete it and it leaves live systems within 30 days and backups within 90.

Safe harbour for researchers

Report a flaw in good faith and we will not pursue legal action. We will confirm within two business days and credit you if you want it.

01

Where we actually are

nrtur is a small team building an early-access product. That shapes what we can honestly claim. Rather than describe an aspirational security programme in the present tense, here is the real status of each control.

ControlStatusDetail
TLS everywhereIn placeHTTPS enforced; no plaintext fallback
Encryption at restIn placeApplication data and backups encrypted on disk
Hashed passwordsIn placeSlow, salted hashing — nobody here can read yours
Least-privilege production accessIn placeNamed individuals, MFA required, access logged
Automated backupsIn placeEncrypted, taken regularly, periodically test-restored
Dependency and vulnerability updatesIn placeAutomated alerts on our dependencies, patched on a risk basis
Breach notification processIn placeRegulator and customer notification within 72 hours — see below
Multi-factor authentication for your accountPlannedShips with general availability
SSO / SAML and audit logsPlannedPart of the Business plan at launch
Third-party penetration testPlannedBefore general availability
SOC 2 Type IINot yetOn the roadmap, not in place. We will not imply otherwise
ISO 27001Not yetNo current plan

Judging us fairly

If your procurement process requires SOC 2 or ISO 27001 today, we are not the right fit yet — and we would rather tell you that now than waste a month of your time. Email us and we will tell you where the certification work actually stands.

02

Infrastructure

This website runs on Vercel. The nrtur application runs on established cloud infrastructure in the United States, and we do not operate our own hardware — meaning physical security, network isolation, and hypervisor patching are handled by providers who do that at a scale we never could.

The full list of vendors that can touch your data, what each one does, and where it sits, is published in the sub-processor table in our privacy policy. We update it before a new vendor starts processing anything.

03

Encryption

  • In transit — TLS on every connection, to the website and the application alike. HTTP requests are redirected, not served.
  • At rest — application data and backups are encrypted on disk by the storage layer.
  • Passwords — stored as slow, salted hashes, never as reversible ciphertext and never in plain text. We cannot recover your password, only help you reset it, and we will never ask you for it.
  • Secrets — API keys and credentials live in managed environment configuration, not in the codebase or in version control.
04

Who can see your data

Our staff

Production access is limited to the engineers who need it to run the service. It requires multi-factor authentication, it is logged, and it is used for exactly three things: keeping the service running, fixing a fault, and complying with a valid legal order.

We do not read your CRM records out of curiosity, and we do not use them to market to your contacts. When we need to look at a specific record to debug something you reported, we look at that record.

Your team

Inside your workspace, the account owner controls who has a seat and what they can reach. Removing someone removes their access immediately. Role-based permissions, SSO/SAML, and audit logs are part of the Business plan at launch.

Isolation between customers

nrtur is a multi-tenant service. Every record is bound to a workspace, and queries are scoped to the authenticated workspace so one customer cannot read another's data. This is enforced in the data layer rather than left to individual screens to remember.

05

Backups and recovery

  • Backups run automatically, are encrypted, and are stored separately from the primary database.
  • We periodically restore from backup and check the result, because a backup nobody has restored is not a backup.
  • Deleted data rolls out of backups within 90 days — the same window described under retention.

We do not currently publish a contractual RTO or RPO. When we commit to one, it will appear in the Terms of Service rather than as a number on a marketing page.

06

How we build

  • Code review — changes are reviewed before they reach production.
  • Dependencies — we get automated alerts for known vulnerabilities in the packages we use, and patch on a risk basis, fastest for anything reachable from the internet.
  • Least privilege by default — new services get the narrowest access that works, not the broadest that is convenient.
  • No production data in development — we do not copy customer records into test environments.
07

If something goes wrong

No system is perfectly secure and we will not pretend otherwise. What we can commit to is how we behave when it matters.

  1. Contain — cut off the access path and stop the bleeding first.
  2. Assess — establish what was reached, by whom, and for how long.
  3. Notify — where a breach affects personal data we notify the relevant regulator and affected customers without undue delay, and within 72 hours of becoming aware where GDPR applies.
  4. Explain — you get the facts we have, including the uncomfortable ones, not a statement engineered to sound reassuring.
  5. Fix — we close the hole and tell you what changed so it does not recur.
08

Compliance and legal posture

FrameworkWhere we stand
GDPR / UK GDPRWe act as processor for your CRM data and controller for your account data. A Data Processing Agreement is available on request, and international transfers rely on Standard Contractual Clauses
CCPA / CPRA and US state lawsRights honoured for everyone regardless of location. We do not sell or share personal information, and we respect Global Privacy Control
SOC 2 Type IINot certified. On the roadmap. We will publish the report when there is one
ISO 27001Not certified, and not currently planned
HIPAANot supported. nrtur is not built for protected health information and we will not sign a BAA. Please do not put PHI in it
PCI DSSCard details are handled by Stripe, a PCI DSS Level 1 certified processor, and never touch our servers. We store only the last four digits and expiry for your invoices
09

Reporting a vulnerability

Please tell us before you tell anyone else. Email ops@nrtur.io with the subject line "Security" and include enough detail to reproduce it — a proof of concept, the affected URL or endpoint, and what an attacker could achieve.

Safe harbour

We will not pursue or support legal action against anyone who reports a vulnerability in good faith, gives us reasonable time to fix it before going public, and does not access, modify, or destroy data belonging to anyone else. If a third party brings action against you for research that followed this policy, we will make it known that you were acting within it.

What we commit to

  • We acknowledge reports within two business days.
  • We tell you our assessment and an expected fix window within ten business days.
  • We credit you publicly when the fix ships, if you would like to be credited.

Please do not

  • Run automated scanners that degrade the service for other customers, or attempt denial of service.
  • Access, download, or modify data belonging to another customer. If you can prove the flaw with your own test account, use your own test account.
  • Use social engineering, phishing, or physical attacks against our team or our vendors.
  • Publish details before we have had a reasonable chance to fix them.

We do not currently run a paid bug bounty. We will say so plainly rather than imply a reward that does not exist.

10

Your side of the bargain

Most real-world breaches of SaaS accounts are credential problems, not platform problems. The things that actually protect you:

  • Use a strong, unique password and a password manager. Reused passwords are the single most common way accounts fall.
  • Turn on multi-factor authentication the moment it is available.
  • Remove people from the workspace the day they leave, not at the end of the quarter.
  • Give teammates the narrowest role that lets them do their job.
  • Only put data in nrtur that you have a lawful basis to hold — and keep special-category data out entirely.
  • Tell us fast at ops@nrtur.io if you suspect an account has been compromised. Speed matters more than certainty.
11

Contact

  • Vulnerability reports and security questionsops@nrtur.io, subject line "Security"
  • Data Processing Agreements and privacy requestsops@nrtur.io, subject line "GDPR"
  • Post — nrtur LLC, Wyoming, USA

If you are evaluating nrtur and need our security posture in writing for a procurement review, ask — we will answer honestly, including the parts where the answer is "not yet".

Found something?

Report a vulnerability, ask for our security posture in writing, or request a DPA. An engineer reads this inbox, not a bot.

ops@nrtur.io