Validate the /.well-known/http-message-signatures-directory JWKS: well-known path correct, all keys OKP/Ed25519, keyid from Signature-Input resolves to a key in the directory. Agent fetches the directory and supplies the JSON — zero network in-tool.
/.well-known/http-message-signatures-directory: path matches exact string, every key has kty=OKP and crv=Ed25519, and the keyid supplied from the Signature-Input header resolves to an entry. Pass the directory JSON fetched externally by the orchestrating agent. Feeds the Signature Agent Card validator (art-131).execution_hash as parent_hashes[0] when calling validate_signature_agent_card (art-131) to complete the agent-identity-verification chain.