扫描报告
5 /100
apple-mail-search
Apple Mail search on macOS with fast metadata and full body lookup
A read-only Apple Mail search tool that safely queries local email databases via SQLite and AppleScript without any network access or credential harvesting.
可以安装
No action needed. This skill is safe to use with declared filesystem:READ access to the Apple Mail database.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares read-only access to ~/Library/Mail/V{9,10,11}/MailData/Envelop… |
| 命令执行 | NONE | NONE | — | No shell execution; uses CLI tool 'fruitmail' which wraps SQLite and AppleScript |
| 网络访问 | NONE | NONE | — | No network requests; operates purely on local email database |
1 项发现
中危 外部 URL 外部 URL
https://clawdhub.com/gumadeiras/apple-mail-search-safe SKILL.md:4 目录结构
2 文件 · 2.6 KB · 102 行 Markdown 1f · 97L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ Read-only operation mode prevents email modification or deletion
✓ Clear documentation of database access paths
✓ No network communication or data exfiltration capabilities
✓ Uses SQLite read-only mode for safe database queries
✓ AppleScript only for reading body content (not sending)
✓ Optional --copy mode available for extra safety
✓ No credential harvesting or sensitive key access