calcurse

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only helper for the local calcurse calendar CLI, with only purpose-aligned notes about reading and adding calendar items.

This skill appears safe and purpose-aligned for local calcurse use. Before installing, remember that it can read your calendar entries and add appointments or todos, so use it for explicit calendar tasks and review details before allowing updates.

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

The agent could add calendar or todo entries when using this skill.

Why it was flagged

The skill documents commands that add appointments and todos, so it can change local calendar data. This is disclosed and aligned with calendar management, but users should ensure such changes are intended.

Skill content
Use `calcurse` in non-interactive mode for quick queries and updates. ... `calcurse -a "Meeting with Team" 2026-01-21 14:00 60` ... `calcurse -t "Buy milk" 1`
Recommendation

Use the skill for explicit calendar tasks and confirm appointment or todo details before allowing changes.

What this means

Calendar entries returned by calcurse may be visible in the conversation or used by the agent to answer scheduling questions.

Why it was flagged

The query commands can retrieve local calendar contents into the agent's working context. This is expected for a calendar skill, but calendar entries may contain personal or sensitive scheduling information.

Skill content
List appointments for the next 2 days: `calcurse -r2` ... Query a specific date range: `calcurse -Q --from 2026-01-20 --to 2026-01-22`
Recommendation

Only query calendar ranges you are comfortable sharing with the agent, especially if entries contain sensitive personal or work details.