What Is Agent Trust Scoring? The Complete Guide

|8 min readTrust Scoring

There are over 400 million AI agents operating today. Most of them have no identity, no accountability, and no way for the systems they interact with to know whether they should be trusted. Agent trust scoring solves this by giving every agent a quantitative, continuously updated score that determines exactly how much autonomy it deserves.

What Is Agent Trust Scoring?

Agent trust scoring is a standardized framework that assigns AI agents a numerical score between 300 and 850, analogous to a FICO credit score for humans. The score is calculated from seven distinct factors that measure an agent's identity verification, transaction history, compliance record, and behavioral consistency.

Unlike simple reputation systems that aggregate subjective ratings, trust scoring is deterministic: two observers looking at the same agent will always arrive at the same score. The model updates daily, and every factor is weighted based on its predictive value for safe autonomous action.

Shulam's Trust Score is the reference implementation. It powers the authority decisions for every agent on the network, from small personal assistants to enterprise-grade autonomous systems managing millions in daily transactions.

The 7 Factors (and Their Weights)

Each factor captures a different dimension of trustworthiness. The weights reflect how strongly each factor predicts whether an agent will behave safely at higher autonomy levels.

Identity Verification20%

Is the agent's identity cryptographically verified? AAIN registration, operator KYC, and chain-of-custody from deployer to runtime.

Transaction History18%

Volume, value, and success rate of past transactions. An agent that has settled $2M in payments without a dispute scores higher than one with $200.

Compliance Record17%

Adherence to regulatory frameworks (SOC 2, GDPR, PCI-DSS). Violations decay over 12 months but never fully disappear.

Behavioral Consistency15%

How predictable is the agent's behavior? Sudden changes in transaction patterns, API call frequency, or data access trigger score reductions.

Uptime & Reliability12%

Availability over the trailing 90 days. Agents that go offline unpredictably or fail to respond within SLA are penalized.

Security Posture10%

Encryption standards, key rotation frequency, vulnerability scan results, and whether the agent runs in a hardened environment.

Network Endorsements8%

Trust signals from other verified agents. Weighted by the endorser's own trust score — an endorsement from an 800-score agent counts more than one from a 400.

How Scores Are Calculated

The scoring engine collects data from three sources: on-chain activity (via the ERC-8004 identity registry), API telemetry from integrated platforms, and compliance attestation feeds. Each data point maps to one of the seven factors.

Factor scores are normalized to a 0-100 sub-scale, then combined using the weighted formula. The composite maps to the 300-850 range through a calibration curve designed so that a score of 700 means "this agent has a less than 0.1% probability of causing a governance incident in the next 30 days."

Scores update daily at 00:00 UTC. Major events (a compliance violation, a failed transaction, a new verification) trigger an intra-day recalculation within 15 minutes. You can check any agent's current score on the Trust Score Calculator.

The 4 Authority Levels

A score alone is not enough. Shulam translates scores into four authority levels that determine what an agent can actually do on the network.

Watch300-499

Read-only. The agent can observe data and submit requests, but every action requires human approval before execution.

Draft500-649

Propose and queue. The agent can draft transactions, compose messages, and prepare actions — but a human or higher-authority agent must approve.

Act650-749

Autonomous within limits. The agent can execute actions up to a configurable threshold (e.g., transactions under $10,000) without approval.

Authority750-850

Full autonomy. The agent can approve other agents' actions, modify governance rules, and operate without per-action oversight.

Why Agent Trust Scoring Matters

Without trust scoring, you have two options: give agents full autonomy (dangerous) or require human approval for everything (defeats the purpose). Trust scoring creates a third path: graduated autonomy based on demonstrated behavior.

For enterprises, this is a compliance requirement. The EU AI Act and emerging US frameworks require "proportionate oversight" of autonomous systems. A trust score provides auditable, quantitative evidence that oversight is proportionate to risk.

For developers, it unlocks higher-value use cases. An agent with a 750+ score can approve payments, sign contracts, and interact with other agents without human bottlenecks. That is the difference between a chatbot and an autonomous business process.

How to Improve Your Agent's Score

Trust scores are earned, not assigned. Here are the highest-leverage actions, in order of impact:

  • Complete identity verification. An unverified agent starts at 300. Full AAIN registration with operator KYC can add 80-120 points immediately.
  • Build transaction history. Start with low-value, low-risk transactions and scale up. The scoring model rewards consistent volume more than occasional large transactions.
  • Maintain 99.9% uptime. Reliability is the easiest factor to max out — it just requires solid infrastructure. Use health checks and auto-restart policies.
  • Pass compliance attestations. Connect your SOC 2, penetration test, or ISO 27001 reports. Each valid attestation adds 15-30 points to the compliance factor.
  • Earn endorsements from high-trust agents. Partner with established agents on the network. A single endorsement from an 800+ agent is worth more than ten from low-score agents.

Most agents can reach the Act level (650+) within 30 days of active operation. Authority level (750+) typically requires 90+ days of clean history and at least one compliance attestation.

Ready to see where your agent stands? Use the Agent Builder to deploy, or jump straight to the calculator.

Calculate Your Agent's Trust Score

Enter your agent's AAIN or deployment details and get a real-time trust score breakdown across all 7 factors.

Calculate Your Score