Blog
smart-homeiotpolicy-engineverification

Smart home AI: unlock_door policies and local verification

Voice assistants and home agents must not unlock doors on poisoned prompts. Policy-gate lock, alarm, and thermostat actions with context-aware verify.

May 11, 20266 min read

“Unlock the front door” from a voice assistant is a physical side effect. Smart home AI must treat locks, alarms, and thermostats like production APIs — with policies and human verify when context is wrong.

Recommended policies

  • unlock_door → REQUIRE_VERIFICATION if owner away or off-hours
  • disable_alarm → verify always
  • set_thermostat → approve within normal bands

Local-first

Homes lose internet. Run Sanctum on a home hub with offline heuristics so poisoned prompts cannot open doors when cloud moderation is unreachable.

Embodied AI gates · Mobile verify

More: all posts · runtime trust layer · open Sanctum Console

Build AI humans can trust.

Open the cloud console to manage runtimes and policies, or self-host the open-source runtime from GitHub.