Agentic Harness · 12 Governance Primitives

Is Your AgentProduction-Ready?

Run any agent through 12 governance primitives. Get a score. Know where you stand.

12

Governance primitives

60s

Score delivery

100

Max harness score

2 lines

To govern any agent

The governance checklist

12 Primitives Every Production Agent Needs

Most agents fail 8 of these on day one. DingDawg satisfies all 12 out of the box — zero governance code required on your end.

DingDawg

Action Receipts

Every agent action produces a signed, tamper-proof receipt with input, output, and timestamp.

DingDawg

Rollback Safety

Any action can be undone within a 30-day window. No irreversible agent ops without a rollback path.

DingDawg

Human Override

A human can halt, redirect, or override any agent at any point in its execution loop.

DingDawg

Audit Trail

Full decision provenance — every reasoning step logged, structured, and pinned to IPFS.

DingDawg

Rate Limiting

Agents operate within defined call budgets. Burst protection prevents runaway execution.

DingDawg

Scope Enforcement

Agents only access resources explicitly granted to them. No scope creep, no lateral movement.

DingDawg

LNN Verification

Logic Neural Network traces causal chains behind every decision — explainable by design.

DingDawg

IPFS Proof

Every governed call is pinned to IPFS. Your audit history is tamper-proof and permanent.

DingDawg

Impact Assessment

Before high-stakes actions, the agent estimates downstream effects and flags irreversible ops.

DingDawg

Denial Logging

Every blocked action is logged with reason, context, and counterfactual — not silently dropped.

DingDawg

Compliance Mapping

Every action is mapped against EU AI Act, SOC 2, GDPR, and Colorado AI Act requirements.

DingDawg

Risk Scoring

A live 0-100 risk score is computed per action and surfaced in the receipt envelope.

Your harness score

Where Does Your Agent Stand?

A score under 70 means your agent is one bad call away from a production incident — or a regulatory fine.

34/ 100

Unprotected Agent

No receipts. No rollback. No audit trail. One runaway loop away from production disaster.

Rate Limiting (partial)
Action Receipts
Rollback Safety
Human Override
Audit Trail
Scope Enforcement
LNN Verification
IPFS Proof
Impact Assessment
Denial Logging
Compliance Mapping
Risk Scoring
91/ 100

DingDawg-Governed Agent

All 12 primitives active. Receipted, auditable, rollback-ready. DingDawg Verified.

Action Receipts
Rollback Safety
Human Override
Audit Trail
Rate Limiting
Scope Enforcement
LNN Verification
IPFS Proof
Impact Assessment
Denial Logging
Compliance Mapping
Risk Scoring

0 – 49

Critical Risk

50 – 74

Needs Work

75 – 100

Production Ready

2 lines to govern any agent

Add DingDawg in 2 Lines

Drop in the governed scheduler. Every execution passes all 12 primitives automatically — no governance code required.

Python · Governed Loop

from dingdawg_loop import schedule_governed
schedule_governed(
agent_id="my-agent",
cron="0 9 * * *"
)
# All 12 primitives enforced on every run
# Receipt + IPFS proof returned automatically
$pip install dingdawg-governance

What you get on every execution

  • Signed Action Receiptreceipt_id, input hash, output hash, timestamp
  • IPFS Proof CIDipfs://Qm... — tamper-proof, permanent
  • Governance Score0-100 score computed across all 12 primitives
  • DingDawg Verified BadgeECDSA-signed certificate if score > 85
  • Rollback Token30-day window to undo any governed action
  • Compliance FlagsEU AI Act, SOC 2, GDPR violations surfaced inline
Framework agnostic

Works With Every Agent Framework

DingDawg wraps your existing agent — it doesn't replace it. Add governance without touching your agent logic.

CrewAI
LangGraph
AutoGen
Claude Code
OpenAI Agents
Custom MCP

If your agent runs a function call, it can be governed. DingDawg is the governance infrastructure layer that regulated companies plug every agent into — theirs, yours, anyone's.

Free in 60 seconds

Get Your Free Compliance Score

See exactly which of the 12 primitives your agent passes and fails today. No account required. Score + IPFS proof in 60 seconds.

No account needed12 primitives checkedIPFS proof includedEU AI Act ready