mailapp-send-email — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mailapp-send-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 bundled AppleScript to compose and optionally send Mail.app messages with structured inputs (to/cc/bcc/subject/body/attachments).
Run the AppleScript via osascript with --to, --subject, and --body. Pass comma-separated lists for multiple recipients or attachments.
osascript /Users/ivancampos/.codex/skills/mailapp-send-email/scripts/send_mail.applescript \
--to "[email protected]" \
--subject "hello" \
--body "testing"Use these flags. Only --to, --subject, and --body are required.
--to single email or comma-separated list--cc optional comma-separated list--bcc optional comma-separated list--subject subject line--body message body--attach optional comma-separated POSIX file paths--send optional true|false (default true, send immediately)--send false, leave the draft visible for review.--attach is provided, add each file path as an attachment.scripts/send_mail.applescript Create a Mail.app message with optional cc/bcc/attachments and optional immediate send.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.