Skip to content

Chain verification

Walking the SHA-256 chain…

Save current view

Name this filter set to recall it later. Stored in this browser only.

See how Clavenar gates agent actions

Clavenar sits between an AI agent and its tools to allow, hold, or block actions before execution. These cards preview curated catalog dispositions; a live session creates safely scoped demo records.

Red cards describe the expected production block. The live walkthrough routes them through review so you can inspect the decision evidence without executing a destructive action.

Run the 90-second guided preview, then start a scoped live session.

The preview uses labeled sample evidence. A 2-hour live session lets you create your own scoped approvals and ledger rows.

  1. 1. Allow Preview a read-only fast path.
  2. 2. Review See the HIL handoff.
  3. 3. Block Inspect the hard-deny reason.
  4. 4. Verify Confirm the chain row.

Request-to-ledger flow

Preview why a tool call is allowed, parked for HIL, or marked for a production block. Sample evidence is labeled below; a live session records your own scoped correlation IDs.

  1. Agent

    Tool call

  2. Brain

    Intent check

  3. Policy

    Gate

  4. HIL

    Review

  5. Ledger

    Chain row

Authorized fast path crm.lookup

Representative read-only requests pass without human review and land an authorized ledger row.

Reason: read-only CRM lookup with no export target.

Policy match

green_read_allow: method is read-only and scoped to one customer.

Expected evidence

expected: authorized · demo-sample-allow · chain-verifiable

Open timeline preview →

Auto-allow

7

Human review

54

Block

52
← All categories / E-commerce / Retail ops

E-commerce / Retail ops

High-dollar refunds, price-list exfil, stale-order fraud.

Total

6

Green

0

Yellow

3

Red

3

Bulk-issue gift cards

Needs review

Yellow commerce.gift_card_issue

E-commerce / Retail ops

commerce.gift_card_issue mints 600 cards at $50 each. Bulk gift cards are the laundering vector — confirm the promotional campaign.

Redirect seller payout

Blocked in prod

Red marketplace.update_payout

E-commerce / Retail ops

marketplace.update_payout swaps the bank account on a top seller's payout schedule. Vendor-redirect fraud shape — hard-deny.

Adjust inventory to negative

Needs review

Yellow commerce.inventory_adjust

E-commerce / Retail ops

commerce.inventory_adjust sets the on-hand count of a SKU to -1200. Negative inventory is the shrinkage-cover-up shape.

Explore other categories →

Blast-Radius Autopilot — measured least privilege operator

Blast-Radius Autopilot — measured least privilege

operator

Every agent is granted a tool-scope envelope. Clavenar reads the tamper-evident ledger to flag the scopes an agent never used, then lets an operator narrow that blast radius in one click — the change is chain-anchored and auditor-verifiable. A fleet gauge tracks the share of granted scope sitting unused.

Operators: open Registered agents for the fleet gauge, or any agent's detail page with ?walkthrough=1 for the guided tour.

Sanitize verdict — per-entity egress actions policy

Sanitize verdict — per-entity egress actions

policy

When an upstream tool reply carries sensitive data, the Egress Inspector asks the policy engine what to do with each entity type it located — deny, sanitize, pend, or allow — from a Rego data document (clavenar.egress.entity_actions). The same response is blocked or redacted depending on that one map.

Upstream response

{"customer":"Ada Lovelace","ssn":"512-44-1729","status":"active"}
Forwarded — redacted ssn = sanitize
{"customer":"Ada Lovelace","ssn":"[REDACTED:SSN]","status":"active"}

The SSN span is redacted in place and the rest of the response reaches the agent. An egress_sanitized row lands in the ledger.

Blocked ssn = deny
403 — upstream response withheld from the agent

Flip the SSN action to deny and the whole response is withheld; an egress_violation row records the block. Credentials deny by default.

Default action map

AWS_ACCESS_KEYdeny PRIVATE_KEYdeny API_KEYdeny DB_CONNECTIONdeny SSNsanitize CREDIT_CARDsanitize EMAILsanitize

Sample shown for illustration — operators tune the map per deployment; an unmapped type falls back to deny.