Apple Mail Search

Security checks across malware telemetry and agentic risk

Overview

The skill is a coherent, read-only Apple Mail search helper, but it handles private email metadata and references a helper executable that is not included in the package.

Before installing, verify the `mail-search` executable because it is not bundled here. If you use the skill, assume search results and exports may contain private email metadata, keep searches scoped to Apple Mail, and avoid sharing generated CSV/JSON files unless you have reviewed them.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Search results or exported CSV/JSON may expose private email metadata in the agent conversation or local files.

Why it was flagged

The skill directly queries Apple Mail's local metadata database, which can reveal subjects, senders, recipients, dates, flags, and attachment names.

Skill content
**Database:** `~/Library/Mail/V{9,10,11}/MailData/Envelope Index`; tables include `messages`, `subjects`, `addresses`, `recipients`, `attachments`.
Recommendation

Use it only for intended mail searches, keep result limits tight, and review any JSON/CSV exports before sharing or storing them.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

A user may need to obtain or already have a separate executable that this review did not cover.

Why it was flagged

The instructions depend on a `mail-search` executable, but the supplied artifact set is instruction-only and does not include that helper or an install spec for it.

Skill content
# Copy mail-search to your PATH; cp mail-search /usr/local/bin/; chmod +x /usr/local/bin/mail-search
Recommendation

Install `mail-search` only from a trusted, reviewed source and remove it from `/usr/local/bin` if it is no longer needed.