Show HN: Open tool for testing your AI Agents (No LLM) Weir, a new open-source CI gate for AI agents, fails builds when sensitive data reaches a forbidden sink by reading OpenTelemetry traces the agent already emits. The tool, installable via `pip install weir-scan`, reconstructs the session graph, tracks taint, and provides evidence node by node, with a gauge that checks telemetry coverage and a scan that enforces rules defined in simple JSON files. It is designed to work without an LLM, using structural analysis rather than prompt rewriting. Weir is a CI gate for AI agents. It reads the OpenTelemetry traces your agent already emits and fails the build when sensitive data reaches a sink it should not reach. Weir asks a structural question: Your agent already answers that question in the traces it emits. Weir reconstructs the session graph, tracks taint through it, and shows the evidence node by node. php flowchart LR A "traces your agent