Trip Calendar

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears benign: it adds travel items to Google Calendar after confirmation, but it will use your Google Calendar access and the gog command.

This skill is reasonable for adding travel plans to Google Calendar. Before installing or using it, make sure the gog CLI is trusted and connected to the correct Google account, and review the events before giving confirmation.

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

The agent can add events to your Google Calendar when you confirm.

Why it was flagged

The skill instructs the agent to use a local CLI tool to create events in the user's primary calendar. This is purpose-aligned and requires confirmation, but it is still a real account-mutating action.

Skill content
gog calendar create primary --summary "✈️ DEL→KLU 6E-2041"
Recommendation

Before confirming, review the event details and make sure the gog CLI is connected to the correct calendar account.

What this means

The skill relies on whatever Google Calendar permissions the gog CLI already has.

Why it was flagged

Creating Google Calendar events requires delegated access to the user's Google account through gog. This is expected for the stated purpose, and the artifact does not show token logging, unrelated access, or hidden credential handling.

Skill content
Add trip itineraries, flights, hotel check-ins, and activities to Google Calendar using gog CLI.
Recommendation

Confirm that gog is authorized only as broadly as you are comfortable with and that it points to the intended Google account.

What this means

A compromised or unexpected gog binary could affect what happens when the skill creates calendar events.

Why it was flagged

The skill does not install code itself, but its behavior depends on an external preinstalled gog binary whose provenance is not described in the artifacts.

Skill content
Required binaries: gog; No install spec — this is an instruction-only skill.
Recommendation

Use a trusted installation of gog and verify it before relying on this skill.