Smart Home

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If a user implements these automations without testing or manual overrides, a false trigger or misconfiguration could affect home access, safety, or utilities.

Why it was flagged

The automation examples can cascade from one trigger into multiple physical actions, including changing lock state and shutting off a water valve. This is purpose-aligned smart-home guidance, but safety-sensitive.

Skill content
Water leak detected | Shut off main valve (if smart), immediate notification ... Smoke detector | All lights on 100%, unlock doors
Recommendation

Treat these as design patterns, not defaults. Test automations, keep manual overrides and physical keys, and require explicit confirmation for safety-critical devices where possible.

What this means

Following these steps without confirming ownership, backups, or household coordination could lock people out, disconnect devices, or remove existing device history/settings.

Why it was flagged

The takeover checklist recommends high-impact configuration changes and device resets. These are appropriate for securing inherited smart-home devices, but they can disrupt access or erase configurations if done on the wrong devices.

Skill content
Change WiFi password ... Factory reset every smart device before reconfiguring ... Change codes on all smart locks immediately
Recommendation

Confirm ownership and authorization before resetting devices, back up needed settings or recordings, coordinate with household members, and keep fallback access methods.