Todo List for MacOS

ReviewAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward macOS Reminders helper, but it can change or delete iCloud-synced reminders, so destructive actions should be handled carefully.

Before installing, be comfortable granting Reminders automation permission. Use precise reminder names, list matches before delete/complete actions, and remember that changes may sync through iCloud. The artifacts do not show exfiltration or deceptive behavior, but the source metadata has limited provenance.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A vague delete request could remove an unintended reminder.

Why it was flagged

The delete action searches across reminder lists by substring and deletes the first match. This matches the todo-management purpose, but fuzzy destructive actions can affect the wrong reminder if the request is ambiguous.

Skill content
repeat with aList in lists ... if name of rem contains searchTitle then ... delete rem
Recommendation

Before deleting or completing items, ask the agent to list matching reminders first or provide the exact reminder title and list.

What this means

Granting permission lets the agent-controlled script manage your Reminders data.

Why it was flagged

The skill requires macOS Automation access to the Reminders app. That is expected for the stated purpose, but it grants the skill ability to read and modify the user's reminders.

Skill content
Permissions - macOS may request permission to control Reminders on first run, click Allow
Recommendation

Grant the macOS permission only if you want this skill to control Reminders, and revoke it in macOS privacy settings if no longer needed.

What this means

Incorrect completions, list creation, or deletions may be reflected across synced devices.

Why it was flagged

The artifacts disclose that Reminder changes can propagate through iCloud, so a mistaken local action may affect the user's other Apple devices.

Skill content
Sync - Changes sync to iCloud and appear on other Apple devices
Recommendation

Use extra confirmation for irreversible or broad changes, especially deletions.

What this means

You have less upstream provenance to verify, and installation/use on non-macOS systems may fail.

Why it was flagged

The registry metadata does not provide an upstream source/homepage and does not enforce the macOS-only environment described in SKILL.md. This is not evidence of malicious behavior, but it is a provenance and packaging note.

Skill content
Source: unknown; Homepage: none; OS restriction: none
Recommendation

Install only if you trust this registry artifact, and use it on macOS with the included script reviewed as needed.