Internal in-VM construction attestation for sealed Kernel values.
This detects accidental or caller-authored struct mutation across trusted construction boundaries. It is not a security boundary against trusted code running in the same VM.
@spec attest(module(), term()) :: binary()
@spec valid?(module(), term(), term()) :: boolean()