Living Room Smoke Detector

PassAudited by VirusTotal on May 17, 2026.

Findings (1)

The skill is classified as suspicious due to a significant security vulnerability in `scripts/smoke_detector.py`. The script disables SSL certificate verification (`ssl.CERT_NONE` and `ssl_context.check_hostname = False`) when communicating with the local Dirigera hub. While this might be a common workaround for local IoT devices with self-signed certificates, it creates a Man-in-the-Middle (MITM) vulnerability on the local network, allowing an attacker to intercept or alter communication with the hub. Although this is a vulnerability rather than direct malicious intent (e.g., no evidence of data exfiltration to external endpoints or unauthorized remote control), it represents a meaningful security risk.