SenderGuard

SenderGuard usage: CLI, GitHub Action, badge & status

Run checks locally with the CLI, add a CI gate via Actions, embed a verification badge, and link proof pages for stakeholders.

Try it

# CLI
# Run locally and print JSON to stdout
npx sg-check example.com

# GitHub Action (pseudo)
- name: SenderGuard
  run: npx sg-check $DOMAIN > scan.json
  # upload scan.json as artifact

Badge & proof

  • Embed a “Verified by SenderGuard” badge on status pages
  • Link to /scan/:id proof pages for clients or auditors

Automation

  • On PR: run audit in CI and attach JSON+sha256 as artifact
  • On release: call Verify on last scanId to confirm reproducibility