Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- Create separate keys for different automation tasks if possible ### TLS Certificate Verification - HTTPS is the default, but the script uses `curl -k` (skip cert verification) because Starling Home Hub uses a self-signed certificate - This is acceptable on a **trusted local network** but increases MITM risk on untrusted networks - To pin the hub's certificate instead: `starling.sh --cacert /path/to/hub-cert.pem status` - When `--cacert` is provided, `-k` is not used and full certificate verification applies
- Confidence
- 94% confidence
- Finding
- curl -k` (skip cert verification) because Starling Home Hub uses a self-signed certificate - This is acceptable on a **trusted local network** but increases MITM risk on untrusted networks - To pin th
