draft-email — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited draft-email (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use the mailbridge MCP tools to save, review, and send drafts — and schedule emails for future delivery.
When the user wants to compose but isn't ready to send immediately:
save_draft with the email details — returns a draft id ✉️ Draft saved
To: [email protected]
Subject: Your subject
---
Body preview...
---
Say "send draft" to send it, or "delete draft" to discard.send_draft with the iddelete_draft with the idCall list_drafts — show as numbered list with draft id, recipient, subject, and saved time. When the user picks one to send or delete, use the id.
When the user wants to send at a specific future time:
to, subject, body, send_at (ISO timestamp)schedule_emailNote: Scheduled emails send on the next session start after the scheduled time — not at the exact second. Let the user know if they ask about precision.
To cancel a scheduled email: call list_scheduled to find the id, then cancel_scheduled.
Whether sending immediately or a draft, always show a confirmation step:
To: ...
Subject: ...
---
Body...
---
Send this? (yes / edit)Only call send_email or send_draft after the user confirms.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.