Calendar Manager

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a coherent local calendar helper, with the main user-visible considerations being local storage of personal schedule data and limited source provenance.

This looks reasonable for a local calendar skill. Before installing, be comfortable with it creating and editing a local events file that may contain personal schedule details, and consider backing up important events or avoiding sensitive notes.

Findings (2)

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

Users have less external context for who maintains the code or where to verify updates.

Why it was flagged

The included skill code has limited public provenance information, although the artifacts do not show remote installation, dependency fetching, or hidden helper downloads.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you are comfortable with the listed publisher and reviewed artifacts; prefer a version with a verifiable source repository if available.

What this means

Private schedule details may remain on disk and be reused by the skill when answering future calendar queries.

Why it was flagged

The skill persists calendar event details locally, including titles, times, locations, and notes that may contain personal information.

Skill content
EVENTS_FILE = DATA_DIR / "events.json" ... "title": title, "start": start.isoformat(), "location": location, "notes": notes ... save_json(EVENTS_FILE, data)
Recommendation

Avoid storing secrets in event titles or notes, and delete or back up the local events file as appropriate for your privacy needs.