NexosNexos
Security

We take your code and secrets seriously

Preview environments touch real production code, real seed data, and real secrets. Here is how Nexos is built to keep them safe — and what we're still working on.

Encryption in transit

Every external endpoint is served over TLS 1.2+. The control-plane-to-agent gRPC channel supports mutual TLS so only enrolled nodes can join the fleet.

Encryption at rest

Environment variables and database passwords are encrypted with AES-256-GCM. Each value gets a unique initialisation vector. The master key is stored in the host environment, never in the database.

Isolation between environments

Every preview runs inside its own containerd container with cgroup-enforced vCPU and vRAM limits. Databases are namespaced per environment and network-scoped to their owning container.

Tenant separation

Projects are scoped by user or team. Every API route enforces ownership and team membership before returning data. We use parameterised queries via Drizzle ORM — no raw string SQL from user input.

Auditability

All deployments, billing events, team membership changes, and admin actions are recorded in append-only ledgers with the acting user, timestamp, and related resource IDs.

Operational controls

Production databases are backed up daily with point-in-time recovery. Access to production infrastructure requires hardware-key MFA. The full control plane is deployable from a single repo so we can rebuild from source in minutes.

Where your data lives — shared responsibility

What Nexos processes depends on where your projects run. Enterprise teams that connect private nodes keep their application data at rest entirely on their own hardware; the Nexos control plane handles orchestration, configuration, and routing.

DataShared poolYour private nodes
Source checkouts, images, build caches, running containers, application databasesNexos-operated nodesYour hardware only
Environment variables & secrets, repo access tokensNexos control plane — AES-256-GCM encrypted at rest, decrypted transiently at dispatch
Deployment metadata (branches, commits, changed paths) & build logsNexos control plane
Preview URL trafficTLS terminates at the Nexos edge, forwarded to the node over an encrypted tunnel
Database seeds/backups & external TCP endpointsOptional — touch Nexos infrastructure only if you upload seeds or create endpoints; skip both to keep database contents off Nexos entirely

The full split, our processor obligations, and breach-notification commitments are documented in our Data Processing Addendum.

Subprocessors

We keep the list short. We give 30 days' notice before adding or replacing a subprocessor (see the DPA for the objection process).

SubprocessorPurposeLocation
Contabo GmbHControl-plane, database, and edge hostingGermany (EU)
Zoho Corporation (ZeptoMail)Transactional emailEU data center
GitHub, Inc.Source hosting, OAuth, webhooks — via your own GitHub connectionUnited States

Paddle.com Market Ltd handles payments as merchant of record and independent controller — we never see your card details.

Compliance & vendor reviews

We are a young company and we are honest about where we are. Here is the current state:

Report a vulnerability

Found a security issue? Please email security@nexos.rs with a description and reproduction steps. We triage within one business day and will keep you updated until the fix ships. Act in good faith and we will treat you in kind — no legal action for responsible disclosure.

Want deeper detail? See our architecture docs or reach out for a security questionnaire.