STALE MEASUREMENTNewest real-model measurement: 26 days old, measured with v0.32.0; 7 releases have shipped since, past this project’s own 7-day window. Why, and what unblocks it

ProductEvidenceTop 10LeaderboardCompliancePricingDocsStar on GitHub Quickstart
( 09 ) · EAI09

Model & data confidentiality - theft, extraction, inversion & surveillance

Stealing or extracting the policy (theft, extraction, inversion, membership inference) and the robot as a persistent multimodal surveillance device.

SARIF EAI09channel: confidentiality
Definition

What it is

Two linked confidentiality risks: (a) stealing or extracting the policy - model theft, query-based extraction, inversion, membership inference - which also enables white-box action attacks; and (b) the robot as a persistent surveillance device, covertly or by design harvesting its rich multimodal stream (video, audio, LiDAR, maps).

A stolen policy is permanent leverage; a robot’s data stream is among the most sensitive that exists - inside homes, factories, and secure sites - and bystanders never consented.

Real example

Seen in the wild

The Unitree G1 was found streaming telemetry to servers in China roughly every 5 minutes without notification (arXiv:2509.14096) - a case cited in written testimony to the U.S. Senate Commerce Subcommittee on Science, Manufacturing, and Competitiveness (“Less Hype, More Help”, 3 March 2026). Model extraction and inversion of learned policies are documented (DRL policy stealing, arXiv:2006.05032; SoK, arXiv:2606.16788). NIST makes confidentiality/privacy one of its three core attack goals. Provael performs no real exfiltration - its “canaries” are opaque sim markers.

External validation - distinct from Provael’s own result

The Cybersecurity of a Humanoid Robot (Unitree G1) - arXiv:2509.14096

How Provael tests it

Attack, measure, prove

  • Ships the `confidentiality` family (membership_inference + model_extraction) as a pre-deployment screen for a memorized training canary: `membership_inference` probes whether a candidate canary was a training member; `model_extraction` queries the policy to reproduce it.
  • Each is injected as a sim-only probe while the visible instruction stays benign, and scored as a leak rate with a 95% Wilson CI against a benign-FPR control. Provael performs no real exfiltration - the canaries are opaque sim markers scored on a deterministic fixture.
  • Stub-validated only (the CPU fixture memorized a planted canary → the screen fires 100% [84-100%] vs a 0% benign baseline); a clean policy that memorized no such canary screens ~0% - an honest null. Real SmolVLA×LIBERO transfer (an actual membership-inference / extraction advantage from querying a real policy, never exfiltrating real data) is GPU-gated and not yet run - no cross-model claim.
Mitigations

What reduces the risk

  • Egress monitoring and allow-lists; rate-limit and obfuscate query APIs.
  • Watermark / fingerprint weights; minimize and disclose telemetry; prefer on-device processing.
  • Data-residency controls and a bystander-privacy review.
SARIF rule id

How it shows up in CI

Every finding for this risk carries a stable rule id in the SARIF report - the Embodied AI Top-10 id itself:

ruleId: EAI09
Compliance mapping

Crosswalk

OWASP
LLM02 Sensitive Information Disclosure
MITRE ATLAS
Exfiltration → model extraction / membership inference via the inference API
Frameworks
NIST AI 100-2 - Privacy Compromises (NISTAML.03); model extraction NISTAML.031, membership inference NISTAML.033

See the full framework crosswalk for dates and detail. Not legal advice.

DOC. PVL-EAI09 · Embodied AI Security Top 10 · v0.2Updated 2026-06-27 · CC BY-SA 4.0