Privacy Policy

How we collect, use, store, and protect your data

Effective: February 19, 2026Last Updated: February 22, 2026

Data Controller: Safe Harbour Informatics Inc ("we", "us", "our")
Website: www.vant.one
Contact: [email protected]


1. Introduction

Safe Harbour Informatics Inc operates the vCAIO Platform (the "Platform"), a multi-tenant SaaS application that assists technology consultants and sales professionals in generating AI-driven proposals, assessments, and sales intelligence artifacts. This Privacy Policy describes how we collect, use, store, share, and protect personal data when you access or use the Platform.

This policy applies to all users of the Platform, including authenticated users, administrators, and any individuals whose data may be processed through the Platform's AI-powered features (such as transcript analysis or prospect management).

2. Data We Collect

CategoryData ElementsLegal BasisRetention
Account DataName, email, OAuth ID, login method, role, tenant membershipContractual necessityAccount duration + 30 days
Usage DataToken consumption, operation types, billing summaries, usage trendsLegitimate interest (billing)24 months rolling
Prospect DataNames, company names, industry, contact info, deal stage, notesContractual necessityAccount duration + 90 days
Assessment DataDiscovery transcripts, AI-generated roadmaps, SOWs, proposals, ROI calculationsContractual necessityAccount duration + 90 days
Technical DataIP address (rate limiting), browser user-agent (not stored), session tokens (JWT)Legitimate interest (security)Session duration only
Audit DataAuthentication events, access denials, error logsLegal obligation12 months

We do not collect or store: payment card numbers, CVV, or expiration dates (handled entirely by Stripe); biometric data; health or genetic data; or data from minors under 16 years of age.

3. How We Use Your Data

Service Delivery. Account data and assessment data are processed to authenticate users, enforce role-based access control, and deliver the Platform's core features — including AI-driven proposal generation, transcript analysis, roadmap creation, and SOW generation.

Billing and Metering. Usage data (token consumption) is recorded per-tenant and per-operation to enforce monthly allowances, calculate overage, and provide transparent usage dashboards. No financial payment data is processed by our servers; all payment processing is delegated to Stripe, Inc.

Security and Fraud Prevention. Technical data (IP addresses) is used transiently for rate limiting (100 requests per 15 minutes per IP for API endpoints; 5 requests per 15 minutes for authentication endpoints). IP addresses are not persisted to any database.

AI Processing. When users invoke AI features, the relevant assessment data is transmitted to our LLM provider for inference. All prompts are sanitized through our prompt injection filter before transmission, and all LLM responses are scanned by our PII masking layer before being stored or displayed. We do not use customer data to train or fine-tune AI models.

4. Multi-Tenancy and Data Isolation

The Platform operates as a multi-tenant system where each organization ("tenant") has its own isolated data partition. Every table containing tenant-specific data includes a tenantId column. All queries are filtered by the authenticated user's tenant context, enforced by middleware that rejects any request where tenant context is null or undefined.

All tRPC procedures that access tenant data use protected procedures requiring authentication and injecting the user's tenant context. Admin procedures additionally verify admin role before granting cross-tenant visibility. Tenant isolation is verified by automated tests.

5. Data Sharing and Third Parties

Third PartyPurposeData SharedSafeguards
LLM ProviderAI inferenceSanitized assessment data, prompt textPII masking; prompt injection filtering; no model training
Stripe, Inc.Payment processingCustomer ID, email, name (via metadata)PCI DSS Level 1; no card data on our servers
TiDB CloudDatabase hostingAll tenant data (encrypted)TLS/SSL enforced; encryption at rest
S3 StorageFile storageUploaded files with non-enumerable keysServer-side encryption; presigned URLs

We do not sell, rent, or trade personal data to any third party. We do not use personal data for advertising or marketing purposes.

6. Data Security

The Platform implements technical and organizational security measures aligned with OWASP Top 10 (2021) and OWASP Top 10 for LLM Applications (2025):

  • Encryption in Transit: All data transmitted between client and server is encrypted using TLS 1.2+. Database connections use SSL/TLS. All external API calls use HTTPS.
  • Encryption at Rest: Database provides encryption at rest by default. S3 storage uses server-side encryption. Secrets are stored in environment variables, never committed to source code.
  • Authentication: OAuth with JWT-based session management. Cookies configured with httpOnly, secure, and sameSite attributes. Email whitelist restricts access. RBAC separates admin and user privileges.
  • Input Validation: All inputs validated server-side using Zod schemas. Prompt sanitizer detects and blocks injection attempts across six categories. PII masking layer redacts sensitive data before LLM transmission.
  • Rate Limiting: API endpoints limited to 100 requests per 15 minutes per IP. Authentication endpoints limited to 5 requests per 15 minutes per IP.
  • Security Headers: Content-Security-Policy, X-Frame-Options (DENY), X-Content-Type-Options (nosniff), HSTS, Referrer-Policy, and Permissions-Policy via Helmet middleware.

7. Data Subject Rights

If you are located in the European Economic Area (EEA), United Kingdom, or California, you have the following rights under applicable data protection laws:

RightDescription
AccessRequest a copy of all personal data we hold about you
RectificationRequest correction of inaccurate personal data
ErasureRequest deletion of your personal data ("right to be forgotten")
PortabilityRequest your data in a structured, machine-readable format
RestrictionRequest that we limit processing of your data
ObjectionObject to processing based on legitimate interest

To exercise any of these rights, email [email protected]. We will respond within 30 calendar days. If we need additional time (up to 60 days), we will notify you.

8. Data Retention and Deletion

Account data is retained for the duration of the user's active account plus 30 days after account closure. Assessment data (transcripts, proposals, roadmaps) is retained for the duration of the account plus 90 days. Usage and billing data is retained on a 24-month rolling basis. Audit logs are retained for 12 months.

Upon account deletion or tenant decommissioning, all associated data is permanently deleted from the database and S3 storage within the retention periods specified above. Backups containing deleted data are purged within 90 days of the deletion event.

9. Cookies and Tracking

The Platform uses a single session cookie for authentication purposes. This cookie is HttpOnly (cannot be accessed by client-side JavaScript), Secure (transmitted only over HTTPS), and SameSite: None (required for cross-origin OAuth flow with the Secure flag).

We do not use advertising cookies, tracking pixels, or third-party analytics cookies. We do not participate in cross-site tracking or behavioral advertising.

10. International Data Transfers

Data may be processed in the United States and other jurisdictions where our infrastructure providers operate. When personal data is transferred outside the EEA, we rely on Standard Contractual Clauses (SCCs) as approved by the European Commission, or other lawful transfer mechanisms under GDPR Article 46.

11. Changes to This Policy

We may update this Privacy Policy from time to time. Material changes will be communicated to users via the Platform's notification system or by email. The "Last Updated" date at the top of this document reflects the most recent revision.

12. Contact

For privacy-related inquiries, data subject requests, or complaints, please contact:

Safe Harbour Informatics Inc

Email: [email protected]

Website: www.vant.one


References