Security & Trust at HiveFlow

HiveFlow is built with security at its core. We protect your data with enterprise-grade encryption, isolated execution environments, and comprehensive access controls.

Compliance

SOC 2 Type IIIn Progress
ISO 27001Planned
GDPRCertified
CCPACertified
HIPAAPlanned
SOC 2 Type IIn Progress

Security Highlights

🔐

Encryption at Rest

All sensitive data encrypted with AES-256-GCM. Per-value IV with PBKDF2-SHA512 key derivation (10K iterations).

🔒

Encryption in Transit

TLS 1.2+ enforced on all connections. WebSocket upgrades to WSS. No plaintext communication.

📦

Sandboxed Execution

User code runs in isolated Firecracker micro-VMs (E2B). No access to server filesystem or network.

🛡️

Multi-Factor Authentication

OTP via email, OAuth 2.0 (Google/GitHub), API keys with bcrypt hashing and granular scopes.

📋

Audit Trail

Every execution, API call, and access event logged with timestamps, IP, and user context.

🔑

Access Controls

Granular API key permissions, share tokens with IP allowlists, credit-based execution limits.

Resources

Documents

Updates

2026-02-28

AES-256-GCM encryption audit

Internal audit of encryption implementation for all stored credentials completed.

2026-02-15

E2B sandbox integration

All user code execution now isolated in Firecracker-based micro-VMs via E2B.

2026-02-01

SOC 2 readiness assessment started

Engaged with compliance partner to begin SOC 2 Type I preparation.

2026-01-20

WebSocket authentication hardened

Auth tokens now sent post-connection instead of URL params to prevent log exposure.

2026-01-10

API key granular permissions

Introduced scoped API keys with read/write/execute permissions and configurable expiration.