Apple Calendar CLI

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for managing Apple Calendar, but users should notice it requires Calendar permission, can change or delete events, and depends on an external Homebrew-installed CLI.

Before installing, verify the Homebrew package source and only grant Calendar permission if you trust the CLI. When using the skill, require the agent to show and confirm exact event details before creating, updating, or deleting calendar entries.

Findings (3)

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

If granted, the tool can access calendar information such as event titles, times, locations, notes, and calendar identifiers.

Why it was flagged

The skill requires macOS Calendar permission, which can expose the user's event data to the CLI. This is expected for the stated purpose, but it is sensitive account-level access.

Skill content
Calendar access permission must be granted (System Settings > Privacy & Security > Calendars)
Recommendation

Grant Calendar permission only if you trust the CLI and need this integration; review and revoke the permission in macOS Privacy settings when no longer needed.

What this means

An agent using this skill could create incorrect events, reschedule meetings, or delete calendar entries if the user request is misunderstood.

Why it was flagged

The skill's documented capabilities include mutating persistent calendar data. This is aligned with the stated purpose, but deletion and rescheduling can have real user impact if invoked incorrectly.

Skill content
create, update, and delete events
Recommendation

Ask the agent to confirm event details before creating, updating, or deleting events, especially for work calendars, recurring events, or events with attendees.

What this means

The safety of the actual executable depends on the external Homebrew package, not just this instruction file.

Why it was flagged

The skill relies on an external Homebrew tap package that is not included in the reviewed artifacts. Installing a third-party CLI is purpose-aligned here, but its provenance and updates are outside this artifact review.

Skill content
Install: `brew install sichengchen/tap/apple-calendar-cli`
Recommendation

Verify the Homebrew tap and package source before installing, and consider pinning or reviewing the CLI version used in sensitive environments.