Skip to main content
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.

Shared Options

All attesta trust subcommands accept:

attesta trust show

Display the full trust profile for a specific agent, including their overall score, incident count, domain-specific scores, and history size.

Usage

Example Output

Understanding the Output

Score coloring in the terminal:

Error Case


attesta trust list

Display a table of all known agents with their trust score, incident count, and last active timestamp.

Usage

Example Output

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.

Empty Store


attesta trust revoke

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.

Usage

Interactive Confirmation

Non-Interactive (CI/Automation)

Aborting

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.

Practical Workflows

Investigating a Suspicious Agent

1

Check the agent's trust profile

2

Review their rubber-stamp history

3

Revoke trust if warranted

4

Verify the revocation

The overall score should now be at or near 0.000.

Monitoring Trust Across Agents

How Trust Affects Risk

The trust engine adjusts risk scores for agents with established profiles:
  • High trust (0.7+): Risk score reduced by up to trust.influence (default 0.3)
  • Low trust (below 0.4): No risk reduction applied
  • CRITICAL actions: Never downgraded regardless of trust — this is a safety invariant

Next Steps

Trust Engine Concepts

Learn how the Bayesian trust engine works

attesta audit

Inspect the audit trail for evidence