-
Notifications
You must be signed in to change notification settings - Fork 0
Add safety disclaimer to README and DMG installer #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -52,6 +52,19 @@ cat > "$STAGING/INSTALL.txt" <<'INSTALL_EOF' | |||||||||||||||
| MCP-AppleScript Bridge Server | ||||||||||||||||
| ============================== | ||||||||||||||||
|
|
||||||||||||||||
| ⚠️ WARNING — READ BEFORE USE ⚠️ | ||||||||||||||||
|
|
||||||||||||||||
| This software can read, create, modify, and delete your personal data | ||||||||||||||||
| across Notes, Calendar, Reminders, Mail, Contacts, Messages, Photos, | ||||||||||||||||
| Music, Finder, and Safari. | ||||||||||||||||
|
Comment on lines
+57
to
+59
|
||||||||||||||||
| This software can read, create, modify, and delete your personal data | |
| across Notes, Calendar, Reminders, Mail, Contacts, Messages, Photos, | |
| Music, Finder, and Safari. | |
| This software can read your personal data across Notes, Calendar, | |
| Reminders, Mail, Contacts, Messages, Photos, Music, Finder, and Safari, | |
| and may be able to create, modify, or delete data depending on the app | |
| and the configured mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The caution banner claims the server can "read, create, modify, and delete" data across all listed apps. That’s not accurate given current adapter capabilities (e.g., Messages explicitly has no create/update/delete; Photos and Music also have no update/delete; Safari has no update). Consider rewording to reflect that capabilities vary by app and operation mode (e.g., read access across apps, and create/modify/delete only for some apps/tools).