Live post-mortem exception debugger for Home Assistant, queryable by AI agents over MCP (frame introspection + in-frame eval)
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport — counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 77a4f2f · analyzer v33 · 1w ago
danger signals1
- dynamic code execution eval()/exec() bbangert-ha-exception-debug-77a4f2f/custom_components/exception_debug/introspect.py :75
value = eval(compiled, globs, locs) # noqa: S307 - the whole point of this tool
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 19
network 1
- net bbangert-ha-exception-debug-77a4f2f/custom_components/exception_debug/http_api.py :22
from aiohttp import web