Skip to content
ELEMENT 31
ALL RESOURCES

Policy

Eliminating the Telemetry Threat: Why We Cut the Cord on Cloud Diagnostics

Vendor telemetry is a network path by another name. Why sealed appliances treat "phone-home diagnostics" as an attack surface to remove rather than a feature to configure.

· 7 min read

Almost every piece of enterprise hardware sold today ships with some form of phone-home diagnostics. Crash reports, usage metrics, model performance telemetry, health pings, automatic error dumps: the modern default is that a device tells its vendor how it's doing, continuously, over the network, without anyone in the room having to ask. For most software this is an unremarkable convenience. For an appliance sitting inside a classified facility, a regulated hospital network, or a defense contractor's isolated enclave, it is something else entirely: an outbound network path that someone decided was acceptable to leave open, justified by the argument that the vendor needs it to do their job.

That argument is worth examining closely, because it is the single most common way a genuinely air-gapped deployment quietly stops being air-gapped. Nobody disables the network stack out of negligence. They leave a narrow, well-intentioned channel open for diagnostics, and that channel is a network path with the same properties as any other. It can carry data out, it can be probed, and its existence has to be disclosed to every reviewer who ever asks whether the system is truly isolated.

Telemetry is not a side channel, it's the main channel wearing a different label

The language vendors use matters here. "Telemetry" sounds passive, administrative, safely separated from the sensitive workload the device actually runs. In practice it is a live data pipeline out of the facility, and what travels on it is rarely as inert as "device is healthy" or "CPU utilization: 40 percent." Crash dumps can contain fragments of whatever was being processed at the moment of failure. Usage analytics can encode which models were invoked, how often, and on what kind of input. Even metadata that seems anodyne in isolation, request timing, error frequency, feature usage patterns, can be enough for a sophisticated observer to infer what an organization is working on, which is frequently the exact fact a classified or IP-sensitive deployment exists to protect.

The threat model that matters for sealed appliances doesn't distinguish between "the vendor is exfiltrating your data" and "the vendor is collecting data through a legitimate feature that a third party later compromises." Both outcomes require the same precondition: a network path between the device and the outside world. A telemetry pipeline is not inherently malicious, but it is inherently a path, and for a deployment whose entire premise is that no such path exists, its presence is the finding, independent of what travels across it or how carefully the vendor promises to handle it.

Why "we'll configure it responsibly" is the wrong frame

The standard vendor answer to this concern is to offer controls — opt-out settings, data minimization, encryption in transit, contractual limits on what gets collected. These are reasonable mitigations for a product that is allowed to have a network connection at all. They do not address the actual requirement in a sovereign or classified deployment, which is not "minimize what leaves the facility" but "nothing leaves the facility." A setting is a choice made by software, and software choices can be misconfigured, silently reverted by an update, or overridden by an administrator troubleshooting a problem at 2 a.m. who flips telemetry back on to get better crash logs and never flips it back off.

This is the same architectural distinction that shows up everywhere in sealed-appliance design: a control that depends on configuration discipline is not equivalent to a control that depends on the absence of the capability being disabled. A telemetry toggle set to "off" is a promise about current state. A device with no outbound network interface at all cannot send telemetry regardless of what any setting says, what any administrator does under pressure, or what a future firmware update quietly changes. One of these is auditable by inspecting a configuration screen. The other is auditable by opening the case.

What diagnostics look like when the network isn't the answer

Removing the network path doesn't mean removing the ability to diagnose problems — it means relocating where that diagnostic information lives and who decides when it moves. A sealed appliance still generates the same category of operational signal any serious piece of infrastructure does: logs, health metrics, performance data, error traces. The difference is that this information is captured and retained locally, under the customer's control, rather than streamed continuously to a vendor's cloud the moment it's generated.

When a unit needs support, that data can be reviewed on-site, or exported deliberately through a controlled, logged, and reviewable process — a technician physically present, or a customer-initiated export governed by the facility's own policies, rather than a persistent background channel the vendor initiates on its own schedule. The distinction is who holds the decision. Continuous telemetry puts that decision with the vendor by default, every time, automatically. Local-first diagnostics puts it with the operator, every time, deliberately. For an organization whose threat model treats every unreviewed outbound byte as a potential disclosure, that shift in who decides is the entire point.

This does mean vendor support looks different than it does for a typical cloud SaaS product, where an engineer can pull real-time metrics from a dashboard without anyone on the customer side lifting a finger. That tradeoff is deliberate rather than incidental. A support model that requires deliberate, auditable action to move data anywhere is slower in the median case and categorically safer in the case that actually matters — the one where the data in question should never have left the building.

The auditability payoff

There's a second-order benefit to removing telemetry entirely that's easy to undervalue until an assessment is underway: it collapses an entire category of question a reviewer would otherwise have to chase down. A device with active phone-home diagnostics forces an auditor to ask what data is collected, where it goes, how it's secured in transit, how long the vendor retains it, who at the vendor can access it, and what contractual and technical controls prevent scope creep over time. Each of those is a legitimate line of inquiry, and each one takes real time to answer to a skeptical reviewer's satisfaction.

A device with no outbound network capability makes most of that list moot in one step. There's no data in transit to secure because there's no transit. There's no vendor-side retention policy to evaluate because there's no vendor-side copy. The question shifts from "prove this pipeline is secure" — an ongoing burden that has to be re-demonstrated every audit cycle — to "confirm this pipeline doesn't exist," which is a one-time physical and architectural check. That's a meaningfully smaller and more stable thing to defend, and it tends to be the difference between an assessment that closes cleanly and one that generates a long list of conditions and follow-ups.

Across the lineup

This is a foundational property of the Substrate platform underneath every Element 31 device, not a mode selected per deployment. Forge units handling proprietary source code have no diagnostic pipeline that could carry code fragments off-site, even inadvertently, even during a crash. Czar sandboxes running sensitive training workloads carry the same guarantee for the far larger volumes of data involved in fine-tuning and R&D, where the cost of a single leaked gradient checkpoint or dataset sample is not hypothetical. Chassis builds, scoped individually to each ISV's deal, inherit the same no-phone-home posture from Substrate, and the diagnostic and support model for each unit gets documented against the specific buyer's environment and reviewing authority, since what counts as an acceptable maintenance touchpoint for one regulated customer may not clear the bar for another.

The broader principle holds regardless of which product sits on the rack. Telemetry is a network connection with a friendlier name, and a network connection is either there or it isn't — no amount of careful configuration turns an open path into a closed one. Cutting the cord isn't a hardening step layered onto an otherwise networked device. It's the starting condition that makes every other sovereignty claim about the appliance possible to actually verify.