macOS Reminders
PassAudited by ClawScan on Feb 17, 2026.
Overview
The skill's code, runtime instructions, and requested resources match its stated purpose (managing macOS Reminders via AppleScript); it requires only osascript and python3 and writes local logs, with no external credentials or network endpoints.
This skill appears to be what it says: it runs local AppleScript via osascript and uses python3 to validate JSON. Before installing, consider: (1) the script will open Reminders.app and may request macOS automation permissions; (2) it creates an append-only log at logs/reminders.log under the skill directory — review that file location if you have privacy concerns; (3) inspect the included scripts if you want to verify there are no hidden network calls (the provided script shows no networking). If you accept local AppleScript access and local logging, this skill is coherent and proportionate.
