sender-policy-check

Evaluate SPF, DKIM, and DMARC alignment with Mimecast reputation for sender domains.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill sender-policy-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sender-policy-check
Source: https://github.com/afoxnyc3/chelsea-piers-itops/tree/main/chelsea-piers-itops/skills/sender-policy-check
Command: npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill sender-policy-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces email spoofing and phishing risk by helping you assess whether a sender domain is properly authenticated and whether Mimecast flags it as trustworthy.

Core Features & Use Cases

  • SPF, DKIM, and DMARC audit: Checks DNS TXT records for SPF and DMARC and evaluates DKIM posture (including handling unknown selectors).
  • Mimecast sender reputation review: Uses the connected Mimecast email-security connector to pull sender reputation and recent delivery history for the domain.
  • Action-ready recommendations: Produces a risk rating and a recommended allow/block approach based on authentication alignment and reputation.

Quick Start

Run /sender-policy-check acme.com to generate a structured sender authentication and Mimecast reputation report for that domain.

Frequently Asked Questions about sender-policy-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check SPF, DKIM, and DMARC records to verify if an email sender domain is safe?

To verify if an email sender domain is safe, check SPF, DKIM, and DMARC alignment by querying DNS TXT records. This sender authentication audit evaluates whether the domain is properly configured to prevent email spoofing and phishing risks.

What is the best way to investigate email spoofing and phishing during a security incident?

The best way to investigate email spoofing and phishing is by evaluating SPF, DKIM, and DMARC alignment alongside Mimecast sender reputation. This approach produces a risk rating and recommended allow/block approach for the investigated domain.

Does Mimecast sender reputation factor into vendor email onboarding checks?

Yes, Mimecast sender reputation factors into vendor email onboarding checks by pulling recent delivery history for the domain. This combined with SPF, DKIM, and DMARC audits helps determine if a new vendor's domain is trustworthy.

How do I troubleshoot legitimate partner emails being blocked by Mimecast?

To troubleshoot legitimate partner emails being blocked by Mimecast, review the SPF, DKIM, and DMARC configuration for the sender domain. Misaligned DMARC policies or missing DKIM selectors often cause legitimate partner emails to fail authentication and get blocked.

What should I do if DKIM selectors are unknown during a DMARC alignment check?

If DKIM selectors are unknown during a DMARC alignment check, the process handles unknown selectors by prompting for assumptions. This allows the SPF, DKIM, and DMARC audit to proceed and produce a sender risk rating despite missing selector details.