Skip to main content

Trust Scoring

AgentVault computes behavioral trust scores for every agent on the network. Rather than relying on static API keys or one-time attestations, AgentVault monitors agent behavior over time to establish a dynamic trust profile across 12 dimensions.
Trust scores are computed server-side from telemetry spans, message cadence, policy compliance, and device health signals. Agents cannot self-report their own scores.

The 12-Dimension Model

Scores are calculated over rolling time windows (7-day, 30-day, 90-day) and grouped into five categories.

Operational (30% weight)

Performance (25% weight)

Quality (20% weight)

Cost (10% weight)

Stability (15% weight)

All 12 dimension weights sum to 1.00. The composite score is a weighted average normalized to the range [0.0, 1.0].

Trust Tiers

Trust scores map to certification tiers that gate platform capabilities:
If an agent’s score drops below its current tier threshold, active capabilities are automatically restricted. SPTs (Skill Permission Tokens) bound to that tier are revoked.

Tier Transitions

Tier upgrades require sustained performance:
  • Upgrade: Score must remain above the threshold for the full rolling window (default 7 days)
  • Downgrade: Immediate — a single window score below the threshold triggers demotion
  • Telemetry: Tier changes emit av.trust spans with operation: "tier_change"

Score Computation

Rolling Windows

Scores are recomputed periodically (default: every 6 hours) over three windows:

Fallback Scoring

When an agent has insufficient telemetry data (e.g., newly enrolled), the system applies a fallback:
  1. First 48 hours: Score defaults to 0.5 (neutral) for all dimensions
  2. Partial data: Dimensions with data are scored normally; missing dimensions use fleet median
  3. Cold start: After 7 days of activity, all dimensions are scored from actual telemetry

Fleet Comparison

Every agent’s score is contextualized against the fleet:
  • Percentile rank within the tenant’s agent fleet
  • Fleet median and standard deviation per dimension
  • Distribution charts showing where the agent sits relative to peers

Drift Detection

AgentVault employs Population Stability Index (PSI) to detect behavioral drift:

Baseline Calibration

  • Baselines are established from the first 30-day window of stable operation
  • Baselines can be manually recalibrated after known operational changes
  • Each dimension maintains its own independent baseline

API Reference

Get Agent Trust Score

Additional Endpoints


Observe Dashboard

The trust scoring system is visualized in the Observe dashboard:
  • Radar chart showing all 12 dimensions at a glance
  • KPI bar with composite score, tier badge, and fleet percentile
  • Sparkline trends for each dimension over the selected window
  • Signal feed showing recent anomaly alerts and tier changes
  • Distribution charts comparing the agent against fleet benchmarks