docs: add sender verification spec (exploratory)#21
Merged
scourtney-godaddy merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
Per-sender email verification using ANS principles: per-entity signing keys sealed into a SCITT transparency log, discoverable via DNS. Targets business email compromise where DKIM/SPF/DMARC pass but the sender is not who they claim. Includes data formats, mermaid diagrams, gateway verification path, BIMI integration, and Trust Index composition. Exploratory sketch, not an ANS protocol feature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
41d1f88 to
381bcd2
Compare
kperry-godaddy
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds SENDER_VERIFICATION_SPEC.md, an exploratory design for per-sender email verification using ANS principles. Updates README.md with a link under a new Exploratory section.
The design applies per-entity signing keys, a SCITT transparency log, and DNS discovery to email senders. It targets business email compromise where domain-level authentication passes but the sender is compromised or impersonated.
Not an ANS protocol feature. A standalone design sketch.
Test plan
Generated with Claude Code