Trusted — Risk Score 5/100
Last scan:18 hr ago Rescan
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.
Skill Nameapple-mail-search
Duration23.1s
Enginepi
Safe to install
No action needed. This skill is safe to use with declared filesystem:READ access to the Apple Mail database.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned SKILL.md declares read-only access to ~/Library/Mail/V{9,10,11}/MailData/Envelop…
Shell NONE NONE No shell execution; uses CLI tool 'fruitmail' which wraps SQLite and AppleScript
Network NONE NONE No network requests; operates purely on local email database
1 findings
🔗
Medium External URL 外部 URL
https://clawdhub.com/gumadeiras/apple-mail-search-safe
SKILL.md:4

File Tree

2 files · 2.6 KB · 102 lines
Markdown 1f · 97L JSON 1f · 5L
├─ 📋 _meta.json JSON 5L · 141 B
└─ 📝 SKILL.md Markdown 97L · 2.5 KB

Security Positives

✓ 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