Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 96% confidence
- Finding
- This is a mismatch because the description explicitly says the skill supports bidirectional communication including inbound webhook events, but the provided code contains no webhook listener or inbound trigger handling at all. The code does match much of the outbound control functionality described: turning entities on/off, toggling, activating scenes, running scripts, triggering automations, setting climate temperature, and querying state via the Home Assistant REST API. However, it also exposes broader capabilities not mentioned in the description, especially generic arbitrary service invocation (`call`), entity discovery/search, and HA instance info retrieval. The most significant discrepancy is that the declared webhook/inbound behavior is absent from the actual code.
