(*_a: object, **_k: object)
| 83 | (tmp_path / "run.py").write_text("import os\nos.system('ls')\n", encoding="utf-8") |
| 84 | |
| 85 | def boom(*_a: object, **_k: object) -> object: |
| 86 | raise RuntimeError("simulated LLM transport failure") |
| 87 | |
| 88 | # Fail both LLM transports: get_chat_model (semantic analyzers + meta) and |
| 89 | # chat_completion (mcp_tool_poisoning TP4). |
nothing calls this directly
no outgoing calls
no test coverage detected