View, list, and revoke trust profiles for AI agents using the Bayesian trust engine
The attesta trust subcommands let you inspect and manage the per-agent trust profiles stored by Attesta’s Bayesian trust engine. Trust scores influence risk assessment — trusted agents experience reduced friction on non-critical actions, while agents with incidents face elevated scrutiny.
Agents Agent ID Score Incidents Last Active ------------------------------------------------------------------- claude-agent 0.823 0 2025-01-16 14:30 gpt-4-agent 0.723 0 2025-01-16 14:22 ops-bot 0.412 2 2025-01-15 09:15 security-scanner 0.156 5 2025-01-10 11:00 4 agent(s) total
Agents with incidents have their incident count displayed in red. Trust decays over time — an agent with no recent activity will see their score decrease by the configured decay_rate per day.
Immediately revoke all trust for a specific agent. This is a severe action that adds 3 incident penalties to the agent’s profile, effectively reducing their trust score to near zero.
$ attesta trust revoke ops-botRevoke all trust for agent 'ops-bot'? This cannot be undone. [y/N] nAborted.
Trust revocation cannot be undone through the CLI. The agent must rebuild trust through successful, approved actions over time. Use this command when you suspect an agent has been compromised or is behaving maliciously.
# Quick overview of all agentsattesta trust list# Detailed view of a specific agentattesta trust show my-agent-id# Check if any agents have incidentsattesta trust list --store /path/to/trust.json