Ezviz Open Capture Phone Detect

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The skill bundle implements a legitimate phone detection and voice alert system using the Ezviz (萤石) Open Platform. The Python script (phone_detection_alert.py) follows a documented workflow: authenticating with Ezviz, capturing camera snapshots, analyzing them for phone usage via Ezviz AI APIs, and playing a TTS alert on the device. While the skill handles sensitive credentials (APP_SECRET) and camera data, all network traffic is directed to official service endpoints (open.ys7.com, edge-tts.microsoft.com, and aliyuncs.com), and the documentation (SKILL.md) provides transparent disclosure of data flows and privacy implications.