classify_evidence_quality
Evaluate attestation evidence and assign a quality grade (0-3) based on issuer signatures, principal binding, and infrastructure keys.
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') | |
| evidence | No | Evidence object (checked for known infrastructure keys) | |
| has_issuer_signature | No | ||
| has_principal_binding | No |