Skip to content

Trust center

Security and reliability transparency

Every security claim on this page links to the code or documentation that implements it. No marketing abstractions, just verifiable controls and open source.

16 controls across 4 domains Source: docs + code Last reviewed: September 2026 SOC 2 audit underway

Identity and Access

4 controls

Authentication and authorization are layered for human users, API keys, and agents.

  • MFA support (TOTP and optional SMS) for user authentication.
  • Role-based access control with permission checks via middleware.
  • Scoped access model across system, partner, and organization contexts.
  • API keys are prefixed and stored as SHA-256 hashes, not plaintext.

Tenant Isolation and Data Protection

4 controls

Data access is constrained with request-scoped database context and encrypted secret storage.

  • Tenant context is applied to database sessions with scoped values per request.
  • Passwords use Argon2id parameters defined in API services.
  • Session/API/agent tokens are persisted as hashes rather than raw token values.
  • Secrets are encrypted at rest with AES-256-GCM.

Network and Application Security

4 controls

Breeze applies defense-in-depth controls at transport, request, and policy layers.

  • CORS allowlist model with wildcard rejection in production validation.
  • CSRF protection on sensitive cookie-authenticated flows using x-breeze-csrf.
  • Security headers include CSP, HSTS, X-Frame-Options, and Permissions-Policy.
  • Redis-backed sliding-window rate limiting is designed fail-closed if Redis is unavailable.

Monitoring, Audit, and Response

4 controls

Security-relevant activity is logged and operational procedures are documented.

  • Audit log events capture actor, action, resource, source IP, user agent, and outcome.
  • Asynchronous audit logging is used across mutating routes and services.
  • Backup, restore, and disaster recovery runbooks are documented.
  • Coordinated vulnerability disclosure policy includes response timelines.

SOC 2 examination in progress

Audit underway

In September 2026 LanternOps engaged an independent CPA firm to perform a SOC 2 examination of Breeze Cloud and the operations behind it. The audit is in progress. Until the report is issued we do not describe Breeze as SOC 2 compliant, and we do not display a SOC 2 badge.

Available now
Engagement letter confirming the audit and its scope, on request.
Available now
Our SOC 2 Trust Services Criteria control mapping and the open source it points at.
When issued
The SOC 2 report, shared with customers and qualified prospects under NDA.

Need documentation for a vendor review? Email [email protected] and we will send the engagement letter and current status. This section is updated as the audit progresses.

Transparency notes

Optional Agent mTLS

Cloudflare API Shield-based mTLS can be enabled for agent certificate issuance, renewal, and quarantine workflows.

SOC 2 Mapping

Breeze publishes SOC 2 Trust Services Criteria control alignment in documentation. The mapping is our own work. The independent audit now underway is what turns it into an attested report.

Open Source Transparency

Implementation details, workflows, and security docs are publicly inspectable in the Breeze repository.

Report a security issue

Follow coordinated disclosure and report vulnerabilities privately at [email protected]. The published policy targets acknowledgment within 48 hours.