classify_evidence_quality
Classify attestation evidence quality by method, issuer signature, principal binding, and infrastructure keys to assign a grade from 0 to 3 for trust assessment.
Instructions
Classify attestation evidence quality (none / issuer_vouched / infrastructure / principal_bound) and return the corresponding grade (0-3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Attestation method (e.g. 'spiffe') | |
| has_issuer_signature | No | ||
| has_principal_binding | No | ||
| evidence | No | Evidence object (checked for known infrastructure keys) |