Security Overview
Your project data is safe
NexusBridge AI is built by engineers who handle sensitive offshore project data every day. Security is not an afterthought β it is built into every layer of the platform.
πTLS 1.2+ enforced
π’Full tenant isolation
π«No source code stored
π€Private AI mode available
Security measures
A technical overview of how we protect your data at each layer.
Encryption in Transit & At Rest
- βAll traffic encrypted via TLS 1.2+ (HTTPS enforced)
- βCloudflare CDN provides additional DDoS protection and edge security
- βDatabase connections use encrypted channels
- βJWT tokens use HS256 with strong randomly-generated secrets
Tenant Data Isolation
- βEvery workspace (Tenant) is fully isolated β no data is shared across organizations
- βAll database queries are scoped by tenantId at the service layer
- βRow-level isolation enforced in PostgreSQL
- βAPI endpoints validate tenant ownership on every request
GitHub / Third-party Integrations
- βGitHub integration uses Personal Access Tokens (PAT), not OAuth scopes
- βWe only read PR metadata and commit hashes β source code is never stored
- βJira integration uses API tokens scoped to specific projects
- βAll third-party credentials are stored encrypted, never in plain text
Access Control & Authentication
- βRole-based access control (RBAC): Admin, PM, BrSE, Dev, Client
- βJWT-based session management with 7-day expiry
- βSystem Admin portal protected by an additional layer of HTTP Basic Auth
- βSensitive routes (admin, dashboard) blocked from search engine indexing via robots.txt
Infrastructure & Operations
- βHosted on AWS EC2 in the ap-northeast region (Japan proximity)
- βPostgreSQL database runs with persistent Docker volumes
- βAutomated schema migrations on every deployment (no manual DB access)
- βDocker containers run in isolated networks with no direct external DB exposure
AI & Data Usage
- βMeeting transcripts and project data are stored only in your workspace
- βWe do NOT use your data to train AI models
- βOpenAI API calls use your workspace context only β no cross-tenant leakage
- βPrivate AI mode (Ollama) available for keeping all AI processing on-premise
Responsible Disclosure
We take security vulnerabilities seriously. If you discover a security issue, please report it directly to our team rather than disclosing it publicly. We commit to responding within 48 hours.
[email protected]