Skip to content

v0.9.0-alpha: Per-Capability Trust & Execution Modes

Pre-release
Pre-release

Choose a tag to compare

@thebenignhacker thebenignhacker released this 24 Mar 05:45
· 161 commits to main since this release
4f2659e

New Features

Per-Capability Trust Thresholds

Each capability can require a minimum agent trust score. Defaults by risk level: low=0%, medium=30%, high=50%, critical=70%.

Per-Capability Execution Modes

Three modes: auto (immediate), notify (execute + alert), review (queue for human approval). Defaults by risk level.

Delegation Trust Attenuation

Trust decays per hop in delegation chains (default 0.8x, floor 0.3). TypeScript SDK verifyDelegationChain() now tracks effective trust.

Changes

  • 3 migrations, 20 files changed, 515 insertions
  • Go backend: domain models, service enforcement, repository queries
  • TypeScript SDK: delegation chain verification with trust tracking
  • Docs: README, capability enforcement, trust scoring, A2A guide