agentic_interaction_trust
Evaluate trust evidence for agent actions, identifying missing credentials and providing a decision-readiness score to prevent unauthorized high-stakes executions.
Instructions
Triage the trust evidence for an agent-mediated interaction (identity, operator or principal authorization, tool scope, session authentication, action intent) before a high-stakes action executes. Pass a structured trust_request (actor, target_surface, requested_action, dated_sources, risk_question, decision_stage) matching agentic-interaction-trust-request.schema.json. Returns a triage recommendation, trust signal, decision-readiness score, and the specific missing trust evidence. Evidence triage only: not cybersecurity monitoring, identity verification, or authorization; human review is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trust_request | Yes | Structured agentic interaction trust request matching agentic-interaction-trust-request.schema.json. |