Security

Security by design: zero custody, hardware attestation, fail-closed governance

Your enterprise holds its own clients' data, that is your business, and it belongs with you. The risk is custody multiplication: every martech, CDP, advertising, and AI tool that takes a copy becomes a new breach surface and another outsider who learns who your discreet clients are. HiveSilo is built so that no outside system is ever given custody of who your clients are. The intelligence layer receives the signal, never the identity, which stays sealed inside an attested enclave you control and can independently verify. Security here is architectural, not bolted on after launch.

Zero-PII by designHardware-attested enclavesFail-closed governance
Status Sealed-PII architecture Multi-tenant isolation & egress allowlist Signed supply chain & merchant-site hardening Agentic governance & kill-switch BYOK / customer-managed keys Public verify API

The premise

Custody multiplication is the risk. We refuse to add to it.

Every breach headline of the last decade shares one precondition: a system was holding identifying data it did not need to hold. The conventional martech, CDP, and intent stack is built on accumulation, it ingests your clients' personal data, copies it, enriches it, and stores it in systems you cannot inspect. Holding your own clients' data is your business and belongs with you; the danger is that each additional tool which takes a copy becomes a new breach surface and one more outsider who learns who your discreet clients are. For an enterprise whose growth depends on UHNW and VHNW clients, that multiplying custody is an existential liability, because a single incident is legal, regulatory, and reputational at once.

HiveSilo takes the opposite position. Rather than promising to secure your clients' personal data better than everyone else, we ensure that no outside system, no vendor, advertising platform, or AI model, is ever given custody of who your clients are. Intelligence is produced from first-party, non-PII behavioral signals, while the identifying data stays sealed inside a hardware enclave that you control and that HiveSilo cannot see into. This is the core of our security model and the reason it survives adversarial review: on our side there is no central trove of client identities to steal, subpoena, or leak.

This page sets out the controls behind that claim, organized the way a CISO, CTO, or General Counsel reads a security posture: what is live today, what is rolling out and framed honestly as such, and what you can verify for yourself without taking our word for it.

The AI-era liability this is built against

Enterprises are now shipping AI-generated code at scale, much of it authored by non-experts, and a great deal of it appears to add features while quietly introducing security and privacy defects. That debt compounds invisibly, and the resulting breaches typically surface ten to eighteen months later, when remediation is far costlier and reputations are already exposed. A security model that depends on the perfection of fast-moving, partly AI-authored code is no security model at all. Ours is designed to remain safe even when the code is imperfect. Read the full thesis

Foundational control

Sealed-PII architecture Live

This is the single control on which everything else rests: HiveSilo never receives, stores, or can decrypt your clients' personal data.

No outside system takes custody of identity

HiveSilo does not receive, retain, or hold the keys to decrypt personal information, and there is no HiveSilo-side database of your clients' identities, by design, not by policy. By design, there is no HiveSilo-side vault of client identities to breach.

Form PII goes straight to your enclave

Personal data submitted on your website travels directly from your site into your own per-tenant confidential VM, a hardware Trusted Execution Environment (TEE). It never transits or lands in HiveSilo systems.

Intelligence without custody

HiveSilo scores first-party, non-PII behavioral signals into a buyer-intent result, and that sealed result is delivered into your enclave. The scoring observes patterns and readiness; it never sees identities.

Processing happens inside your TEE

CRM writes, ad-platform dispatch, and closed-loop attribution all run inside your enclave, under your own keys. Every operation that touches personal data happens in hardware HiveSilo cannot see into.

Pseudonymous by construction

The intelligence layer operates on behavioral patterns rather than people, which is precisely what lets you add genuine buyer intelligence without handing any outside system custody of who your clients are.

No re-identification surface on our side

Because the identifiers and the signals sit on opposite sides of a hardware boundary, there is nowhere within HiveSilo that a behavioral score can be joined back to a named person.

We describe the architecture rather than its internal data-flow topology or latency characteristics. The point a reviewer needs is both simple and verifiable: the personal data and the keys reside on your side of a hardware boundary, and HiveSilo sits on the other side of it.

Tenant safety

Isolation & access

Multi-tenant isolation is enforced at the kernel level, not by application logic that a single bug could undo.

01
Live

Kernel-level multi-tenant isolation

Tenants are separated at the kernel boundary, so that one customer's workload cannot reach another's. Isolation does not depend on careful application code remembering to check a tenant identifier on every path; the strongest guarantee sits at the lowest layer.

02
Live

A dedicated confidential VM per tenant

Each customer receives an isolated, hardware-attested enclave of their own. Your sensitive processing and your keys live within your VM, never in a shared pool and never co-mingled with another enterprise's data.

03
Live

RBAC & least privilege

Role-based access control with least-privilege defaults governs every human and service identity. Access is granted to the minimum required and enforced consistently across the platform.

04
Live

Data residency & egress allowlist

You determine where data resides, and outbound traffic is constrained by a locked egress allowlist that permits no quiet exfiltration and no unexpected third-party calls. What may leave the enclave is an explicit decision rather than a default.

05
Available

BYOK / customer-managed keys

Bring-your-own-key support is available, so that the keys which seal your enclave are held and rotated by you, supplied directly or fetched at runtime from AWS KMS, Azure Key Vault, or GCP Cloud KMS, and activated per tenant.

06
Live

Right-to-be-forgotten & privacy center

Because personal data lives in your enclave under your keys, deletion and subject-rights requests are honored at the source. A privacy center supports the operational side of compliance. Privacy center

Build integrity

Supply chain & the AI-era code threat

We treat AI-generated and agentic code risk as a first-class threat, and we build so that integrity does not depend on every line being perfect.

The central liability of this era is that organizations ship vast amounts of AI-authored code that appears correct and quietly is not. A serious enterprise cannot address that by promising its developers, human or AI, will never make a mistake; it must address it through architecture and provenance. The discipline is to build the system so that a defect cannot silently widen the blast radius, and to make the artifact you run cryptographically equal to the artifact you reviewed.

HiveSilo enclaves are therefore reproducibly built and hardware-attested. Reproducible builds tie the running enclave back to its exact source, leaving no gap through which an unreviewed or tampered artifact could slip into production unnoticed. Hardware attestation then allows that identity to be checked independently rather than asserted by us.

Our supply chain is signed end to end, so that the provenance of what runs is verifiable rather than assumed. We govern AI-generated and agentic code as a named risk class with controls of its own; what we deliberately do not publish is the detection logic itself, since that is precisely the kind of detail an adversary or a copycat would turn against the system.

Why this matters to your risk model

The breaches arising from today's AI code debt are expected to surface roughly ten to eighteen months from now. A vendor that holds your clients' data and runs on unverifiable, fast-moving code represents two compounding liabilities stacked together. Refusing custody, combined with attested and reproducible builds, removes both at once.

Live

Attested, reproducible enclaves

What runs equals what was reviewed, and you can verify the identity of the enclave rather than rely on our description of it.

The AI-era data liability →

AI control surface

Agentic governance & kill-switch Live

A fail-closed control plane for AI agents: when policy cannot be satisfied, the action does not happen.

Fail-closed by default

Governance over AI agents fails closed. When a policy check cannot be evaluated or is not satisfied, the agent's action is blocked rather than allowed through, the opposite of the fail-open behavior that quietly produces incidents.

Per-decision kill-switch

Control is granular, so that individual agent decisions can be halted rather than only whole systems. You retain the ability to stop a specific action, or a class of actions, without taking everything down.

Human-in-the-loop policy enforcement

High-consequence actions are gated behind policy that can require human approval, and the control plane enforces the rule rather than relying on an operator to remember it.

Full auditability

Every governed decision is recorded, so that what an agent did, and what it was prevented from doing, can be reconstructed after the fact for review and due diligence.

The agentic governance and kill-switch control plane is live, and is activated per tenant as part of platform onboarding.

Reduce your surface

Merchant-site hardening Live

Your website is part of your attack surface. We scan it daily, so that weaknesses are surfaced before they become incidents.

Security headers

Daily checks for missing or misconfigured response headers that leave a site needlessly exposed.

Third-party script risk

Identification of the third-party tags and scripts that can quietly introduce supply-chain and privacy exposure.

Consent timing

Verification that consent is captured before the behavior that requires it, a frequent and costly compliance gap.

DNS posture

Monitoring of DNS configuration for the misconfigurations that enable takeover and spoofing.

Exposed paths

Detection of inadvertently reachable paths and resources that should never be public.

Privacy compliance

Continuous checks against the privacy obligations that matter most when your buyers are UHNW and the stakes are existential.

We report to you the categories we scan and the findings we identify, but we do not publish our internal audit script names or raw findings, which would only help an attacker map the same surface.

Integrity & spend

Bot & invalid-traffic defense Live

Bots corrupt your intelligence and burn your advertising budget. Removing them protects both the signal and the spend.

HiveSilo removes bots and invalid traffic across the major advertising platforms. Doing so keeps your buyer-intent intelligence clean, scoring genuine human behavior rather than automated noise, and it protects advertising spend that would otherwise be wasted on traffic that can never buy. Clients report meaningful reductions in ad waste as a result, though these are client-reported figures and not a guarantee.

Defense compounds across the network. Through cross-tenant network immunity, a threat pattern observed at one tenant can harden the others, but only by way of privacy-preserving aggregates. We employ techniques such as k-anonymity and differential privacy, so that the shared artifact is statistical and never one customer's data crossing to another. No customer data is ever shared between tenants.

Live

Cleaner intelligence

Invalid traffic is stripped out before it can distort buyer-intent scoring.

Privacy-gated

Cross-tenant network immunity

Shared bot and threat defense operates through privacy-preserving aggregates, so the network grows smarter without any customer data changing hands.

Ad-waste reductions are client-reported and not a guarantee. We do not publish bot-detection heuristics or thresholds, since doing so would teach adversaries how to evade them.

Due-diligence readiness

Audit, evidence & honest certification posture

A security claim you cannot verify is merely marketing. Ours is designed to be checked.

Live

Append-only audit & runtime receipts

Operations are recorded into an append-only audit trail, accompanied by runtime receipts that make platform state attestable. The record is built so that it can be reviewed in due diligence rather than reconstructed from memory.

Live

Signed daily evidence

Security and runtime state is hashed and signed on a daily cadence, producing tamper-evident evidence that accumulates over time rather than a single point-in-time snapshot.

Our certification posture, stated honestly

HiveSilo is not certified, and we do not display badges that imply otherwise. What is true: our controls are mapped to recognized security frameworks, and our confidential-compute infrastructure runs on an independently audited platform. We will not claim a certification as achieved until the issuing body confirms it, overstating a control is fraud, and we treat it that way.

Independent third-party penetration testing and code audit are scheduled for 2026 Q3. We will name the firms and publish results once those engagements complete, never before.

Verification that does not go stale. A traditional certificate is a snapshot, accurate the day it is issued and outdated the moment code changes. HiveSilo is different: our security posture is self-attested with evidence and refreshed continuously on every change, with daily automated security scans of the live surface. You verify the current state, not last year’s paperwork.

Does HiveSilo store our customers' personal data?

No. By design, HiveSilo never receives, stores, or can decrypt customer PII. Personal data flows directly from your website into your own per-tenant confidential VM (a hardware TEE) and is processed there under your keys. There is no HiveSilo-side store of customer identities to breach.

What can HiveSilo actually see?

First-party, non-PII behavioral signals, which it scores into a buyer-intent result. It works on pseudonymous patterns, not identities, and it cannot see into your enclave where the personal data and CRM/ad processing live.

How is one tenant isolated from another?

Isolation is enforced at the kernel level, with a dedicated confidential VM per tenant, RBAC, least-privilege defaults, and a locked egress allowlist. The strongest boundary sits at the lowest layer, not in application code.

How do you handle the risk of AI-generated code?

We treat AI-generated and agentic code as a first-class threat. Enclaves are reproducibly built and hardware-attested so what runs equals what was reviewed, the supply chain is signed, and fail-closed agentic governance constrains what agents can do. We don't publish the detection logic itself.

Are you certified?

Not certified. Our controls are mapped to recognized security frameworks, and independent third-party penetration testing and code audit are scheduled for 2026 Q3. We don't badge certifications we don't hold.

Can we verify any of this ourselves?

That's the intent. Each tenant gets an isolated, hardware-attested enclave you can independently verify, and the Trust Center is the public home for attestation and verification. A downloadable security package and a public verify API are available.

Bring your security team. We built this to be interrogated.

A private briefing, conducted under NDA, walks your CISO, CTO, and General Counsel through the architecture, the honest certification posture, and what verification looks like for your own enclave. Alternatively, you can begin at the Trust Center.