Weir
Weir - unit tests for your agents.
About Weir
It reads the OpenTelemetry traces your agent already emits and fails the build when sensitive data reaches a sink it should not reach.
Did sensitive data flow through the agent to a sink it should never have reached?
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.
Most exports fail this first step, because content capture ships off by default almost everywhere. So weir names the exact switch to flip, read from the instrumentation in your own trace.
Exit 1 , build fails, secret redacted. That finding came from one rule, and a rule is just a file. This is the whole thing:
No code, no DSL. You name a source, a sink, and a mode. The engine builds the graph, tracks the taint, and shows its work.
Rewording your prompts will not move a finding. Adding a step will not move it. If the evidence genuinely weakens, the finding is demoted and says why, instead of quietly flipping to green.
It reads real traces, not ones we wrote. The suite pins a frozen capture that no weir code ever touched ( provenance ). Broken input degrades under one of 18 named rows; it never guesses ( contract ).
Attacker content cannot rewire it. Joins follow evidence tiers, and a finding that crosses a weak one is never verdict-grade.
Discussion
Sign in to join the discussion.
Loading comments…
Tagged
Alternatives to Weir
Tools in the same space, ranked by how they are performing in the directory.

Tako VM
Tako VM is a secure file system and Python execution layer for AI agents: gVisor-isolated Docker containers with job queues, workers, retries, and replay.
/Developer ToolsRatify Agent Relay Harness
Offline, one-command reproduction harness + adversarial annex for the Agent Relay x Ratify Phase 2 flagship.
/AI AgentsConfdiff
Semantic, format-aware diff for config & structured-data files (JSON, YAML, TOML, INI, .env, .properties, CSV, XML).
/AI AgentsExperiential
An open source model gateway that provides one control plane across closed, open-source, local, and custom models.
Open source/Developer Tools- /Developer Tools
Declick
Compile an API, an MCP server, a database or a web page into a CLI your agent can run.
/Developer Tools