Data Sovereignty Architecture
What Data Goes Where
| Data Type | Location | HiveSilo Can Read? | Encryption |
|---|---|---|---|
| Page views, scroll, dwell, clicks | Neon DB (Vercel) | Yes — behavioral only, no PII | TLS 1.3 in transit |
| Device fingerprint (sdi_v2) | Neon DB | Yes — hardware hash, not identity | Tenant-salted SHA-256 |
| Ghost Score (0-5000) | Neon DB | Yes — anonymous score | N/A (not PII) |
| Bot detection signals | Neon DB + Redis | Yes — used for ad spend protection | N/A (not PII) |
| Name, email, phone | CVM TEE ONLY | NO — zero access | AES-256-GCM (BYOK supported) |
| Form submission content | CVM TEE ONLY | NO — zero access | AES-256-GCM |
| CRM credentials | CVM TEE ONLY | NO — zero access | Environment-injected at deploy |
Downloadable Evidence
Security Whitepaper
Complete technical architecture, encryption, TEE isolation, BYOK, key management
PDF — Request via [email protected]Data Protection Impact Assessment
GDPR Art. 35 DPIA: legal basis, proportionality, technical safeguards, Apple ITP analysis
PDF — Request via [email protected]Compliance Matrix
GDPR, CCPA, ePrivacy, HIPAA (inherited), SOC 2 Type I — checkbox format
PDF — Request via [email protected]Subprocessor List
All third-party services: Vercel, Neon, Upstash, TEE Cloud, RedPill, Better Stack — with regions
PDF — Request via [email protected]Data Processing Agreement
Standard DPA template for GDPR compliance — ready for dual signature
PDF — Request via [email protected]Penetration Test Summary
PwC code audit (scheduled April 2026) — available upon completion
PDF — Request via [email protected]Live Verification
TEE Attestation API
Your security team can independently verify CVM integrity at any time:
curl -s https://{your-cvm-endpoint}/api/attestation | jq .Returns: TEE status, encryption key fingerprint, database health, data sovereignty proof, HMAC signature.
Independent Verification Checklist
pnpm testgrep -rn console.log apps/grep "NOT selected" cvm-sync/route.tsgrep tenantId compute-stable-device-id.tspnpm audit --prodcurl /api/heartbeatPrivacy Center
Every tenant CVM includes a self-service privacy portal for website visitors:
Security Governance
Access Control (RBAC)
| Role | Read | Write | Settings | Delete |
|---|---|---|---|---|
| Admin | ✓ | ✓ | ✓ | ✓ |
| Analyst | ✓ | ✓ | ✗ | ✗ |
| Viewer | ✓ | ✗ | ✗ | ✗ |
Encryption Standards
Authentication
Backup & Recovery
Audit Trail
Every action in HiveSilo is logged in an append-only audit trail. Events are never deleted.
Compliance Certifications
System Status
Questions?
For security inquiries, audit requests, or DPA execution:
[email protected]HiveSilo Inc. — Delaware C-Corporation — All rights reserved.