Gate your agent's tool calls in one line

Drop-in, zero-install (works in browsers, Deno, Node 18+, and agent runtimes). Import it straight from the URL — no npm, no build step:

import { gate } from "https://dominionobservatory.com/sdk/trust-check.js";

// Before your agent connects to an MCP server:
await gate("https://some-mcp-server.com/mcp");   // throws if trust verdict is FAIL
// ...safe to invoke. gate() also returns a signed diligence receipt you can keep.

API

Backed by /v1/preflight. Free. Honest by design: servers with no runtime data return UNRATED, never a fake score. Package source (for npm/PyPI): see the repo.