Explain STIR/SHAKEN attestation levels and codes
stir_attestation_explainer[cost: free (pure CPU, no network) | read-only]
Static explainer for STIR/SHAKEN: maps attestation levels (A / B / C per RFC 8588) to plain-English requirements + common scenarios, and SIP codes commonly emitted by signing/verification (428 / 436 / 437 / 438 / 608) to their RFC anchors and operator causes.
Provide either attestation (A/B/C) or code (e.g. 438).
Pair with: validate_stir_shaken_identity when the user has the JWS segments and wants the cryptographic verdict; search_sip_docs({ sourceType: 'stir-shaken', ... }) for ATIS / CTIA / RFC depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | SIP response code commonly seen in STIR/SHAKEN flows (428, 436, 437, 438, 608). | |
| attestation | No | Attestation level: "A" Full / "B" Partial / "C" Gateway. |