可信 — 风险评分 5/100
上次扫描:19 小时前 重新扫描
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.
技能名称apple-mail-search
分析耗时23.1s
引擎pi
可以安装
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 5L · 141 B
└─ 📝 SKILL.md Markdown 97L · 2.5 KB

安全亮点

✓ 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