Skip to main content
AIDiveForge AIDiveForge

Guardrails & Safety With an API

As of August 2026, AIDiveForge tracks 14 guardrails & safety with an api. The top three by verified-data score are Dike, OpenTrust, and Agent Passport. Curated guardrails & safety with an api tracked by AIDiveForge. Listings are verified against each tool's live website and re-checked regularly.

Last updated July 29, 2026 · 14 tools

Ranked by AIDiveForge's verified-data score: data completeness, verification recency, community rating, and real visitor engagement. How we rank · No tool can pay for placement.

  1. Dike

    1. Dike

    Route your OpenAI-compatible traffic through Dike and every prompt, retrieval step, and completion becomes a sealed, cryptographically verifiable audit record — the kind an auditor can check, not just a log you printed yourself. PII is stripped before anything touches storage, flagged responses queue for human sign-off, and when a serious incident fires, Dike opens the Article 73 case and starts the 15-day reporting clock automatically. The gateway is fail-open, so if audit storage goes unreachable, your requests still reach the model. The ceiling appears when your compliance requirements go beyond what a passive proxy can enforce — custom risk-scoring logic, multi-jurisdiction rules, or on-premises data residency all require architecture Dike does not currently offer.

    Paid€49/moAPIVerified Jul 8, 2026
  2. OpenTrust

    2. OpenTrust

    OpenTrust runs in the browser, gathers signals about the environment and interaction patterns, and returns a trust score your server can act on. It fits teams that want a first-pass human-presence check layered on top of existing auth — not a replacement for it. The SDK is open-source and self-hostable, so the signal pipeline stays off third-party servers. The ceiling appears when you need decisioning logic, model retraining on your own fraud data, or server-side verification depth — none of that ships in the box. Teams with those needs wire OpenTrust as one input into a broader risk engine they build and maintain separately.

    FreeOpen SourceAPISelf-hostedVerified Jul 24, 2026
  3. Agent Passport

    3. Agent Passport

    Agent Passport is an open-source authorization layer that sits between your agents and the actions they take. You issue a scoped passport — specific permissions, a spend cap, a time window — then every action checks against it before executing. Denied calls are logged alongside allowed ones, so you have a record either way. Delegation chains shrink permissions as they pass down to sub-agents; a child passport cannot exceed what the parent granted. Revocation cascades instantly across the whole chain, so you're not hunting down API keys across six services.

    FreeOpen SourceAPISelf-hostedVerified Jul 1, 2026
  4. AxioRank

    4. AxioRank

    AxioRank sits between your agents and every surface they can reach — MCP servers, APIs, databases — and runs a verify-score-decide-record pipeline on every tool call before anything executes. Short-lived tokens default to a 15-minute lifetime, so a leaked credential expires before it causes damage. Thirty-one content detectors score each payload for credential leakage, destructive SQL, and SSRF attempts, and the policy engine resolves deny-overrides in under 100 ms on the synchronous path. The vendor states secrets are fingerprinted but never stored, and audit rows are redacted and append-only. SSO and extended audit retention are paid-only features, so teams with strict compliance requirements hit that wall fast.

    Paid$49/moAPIVerified Jun 30, 2026
  5. Trajeckt

    5. Trajeckt

    The tool sits as a runtime gateway between your agent and its tools, evaluating the sequence of calls rather than any individual call in isolation. The vendor states enforcement runs deterministically in approximately 1.6ms, outside the model itself, so policy decisions cannot be overridden by prompt injection. It is open-source under Apache-2.0 and self-hostable via Docker or Cargo. Where it fits well is MCP-compatible setups that need sequence-level rules without building a custom policy engine. Where it breaks is anywhere you need probabilistic or context-aware rules — this is deterministic enforcement, and the constraints you do not define ahead of time do not get caught.

    FreeOpen SourceAPISelf-hostedVerified Jul 1, 2026
  6. Declaw

    6. Declaw

    Each agent execution runs inside a hardware-isolated microVM with a warm-pool restore measured in milliseconds. Outbound traffic passes through a per-sandbox proxy the agent cannot bypass, enforced at both L3/L4 and L7 — so if your allowlist says api.openai.com only, evil.com gets blocked and logged automatically. The credential vault injects secrets at the proxy layer, meaning API keys never enter the VM itself. Where Declaw shows its limits: there is no self-hosted option, so teams in air-gapped environments or with data-residency requirements that preclude third-party cloud infrastructure hit a hard wall. Those teams look at building their own Firecracker wrapper.

    PaidAPIVerified Jul 3, 2026
  7. Agent Governance Toolkit

    7. Agent Governance Toolkit

    Policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for autonomous AI agents.

    FreeOpen SourceAPISelf-hostedVerified May 1, 2026
  8. ComplyEdge

    8. ComplyEdge

    ComplyEdge is an open-source compliance engine that runs on every production request your AI agent processes, enforcing EU AI Act Article 5 prohibitions and emitting structured audit trails instead of opaque scores. The decorator-based Python SDK wraps agent entry points with a single annotation, so enforcement is tied to the code path rather than bolted on downstream. TrustLint, the companion CLI tool, moves the same rule set into CI/CD so violations surface before deployment. The ceiling appears when you need jurisdictions beyond EU or rule sets beyond Article 5 — the repo shows EU coverage, and teams with broader regulatory scope will find themselves extending the rule library themselves. With three GitHub stars and zero open issues at time of writing, production battle-testing is still accumulating.

    PaidOpen SourceAPISelf-hostedVerified Jun 18, 2026
  9. Emilia Protocol

    9. Emilia Protocol

    EMILIA sits as a control layer between an agent's decision and the system of record, blocking any irreversible write until a named human has signed off on the exact action hash from their own device. The protocol's core guarantees — no replay, no self-approval, no bypassing the gate — are machine-checked as TLA+ invariants and Alloy facts on every commit, not asserted in a policy document. Every approved or rejected action produces a Merkle-anchored evidence receipt retrievable at a standard API endpoint, so your auditor gets a signed artifact, not a log you assembled after the fact. The control layer is passive: it does not plan or execute anything itself, which means there is no agentic surface area to compromise.

    PaidAPIVerified Jun 14, 2026
  10. Exogram

    10. Exogram

    Exogram is an execution governance layer that intercepts AI agent actions — payments, database writes, customer emails, record updates — and applies a policy decision before anything hits your infrastructure. The vendor describes a four-way enforcement decision: allow, deny, escalate, or log. Policy rules are checked at runtime, not after the fact, which means a $25,000 invoice approval blocked against a $1,000 limit never reaches your payment system. The immutable audit trail is positioned for SOC 2, HIPAA, and financial compliance workflows. The tool is not itself an agent runner — it assumes you already have an agent; it governs what that agent is allowed to touch.

    PaidAPIVerified Jun 1, 2026
  11. gate-oc-audit

    11. gate-oc-audit

    Gate operates as a drop-in proxy: your agent points at one endpoint, Gate inspects every outbound prompt and every inbound response, then enforces the policy you write — blocking injections, redacting secrets and PII, flagging ambiguous cases, and writing every decision to a tamper-evident audit log anchored to a blockchain. The vendor reports 97.4% F1 across 16 public prompt-injection benchmarks and a head-to-head F1 of 96.6% versus Lakera Guard's 83.7% on four matched datasets; methodology and per-benchmark scores are published. Token compression and prefix caching run on every request, and the vendor states users see 20% or more token savings without changing model outputs. Gate is in private beta with no self-hosted deployment option, so teams with hard data-residency requirements hit a wall immediately.

    PaidOpen SourceAPIVerified Jun 18, 2026
  12. Gateplex

    12. Gateplex

    Gateplex is governance middleware: it does not run your agents, it watches them. The vendor describes it as a policy enforcement layer that intercepts agent actions — API calls, approvals, data sends — checks them against defined rules, and blocks or flags violations before execution completes. That distinction matters for regulated environments where post-hoc logging is not enough. The free tier covers three agents and a capped intercept volume per month, which fits a proof-of-concept but runs short the moment a second team deploys. Beyond that ceiling, teams move to a paid tier or hit a wall.

    Paid$199/monthAPIVerified Jun 2, 2026
  13. Northbeams

    13. Northbeams

    Northbeams sits between your workforce and their AI tools, classifying what's running, blocking what shouldn't be, and generating the evidence chain your SOC 2 or HIPAA auditor will ask for. The browser-based agent installs without network changes, so IT doesn't need a procurement cycle to get visibility. Discovery is ungated, which means you can map your shadow AI footprint before committing to enforcement. The ceiling appears when your environment scales past a single site or when you need MCP agent governance — those capabilities are paid-only features. Teams running large multi-site deployments report that per-seat policy management becomes the operational bottleneck.

    PaidFree Trial · 14 days$9,600/yrAPIVerified Jun 5, 2026
  14. RiskKernel

    14. RiskKernel

    Deployed as a single Go binary, it sits in front of your existing OpenAI, Anthropic, or LangChain stack via a one-variable proxy — no rewrite required. Every call is metered and checkpointed, so a killed or crashed run resumes from the last saved state instead of re-spending from zero. The human-approval gate routes irreversible tool calls for sign-off over CLI, web, or webhook before they fire, and the LLM cannot bypass it because the gate lives in compiled code, not a prompt. The hosted dashboard is private beta only; teams that need a UI today are self-managing.

    FreeOpen SourceAPISelf-hostedVerified Jun 12, 2026

Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.