macos-reminders
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is implemented as a collection of AppleScript files targeting the macOS Reminders application. No malicious patterns, such as unauthorized data access or persistence mechanisms, were detected.- [COMMAND_EXECUTION]: Several scripts (e.g.,
scripts/reminder/delete-by-id.applescript) utilizedo shell scriptfor string trimming. These implementations use thequoted form ofAppleScript property, which ensures that user-provided inputs are safely escaped, preventing potential shell injection attacks.- [SAFE]: The skill operates entirely within the local environment. It does not initiate network connections, attempt to exfiltrate data, or access sensitive files (like SSH keys or environment variables) outside of the Reminders database.- [SAFE]: Installation and development tools provided in the repository, such as theMakefileand smoke tests, are standard and perform local actions like compilation and verification without downloading untrusted external payloads.
Audit Metadata