Aerobase Calendar
PassAudited by ClawScan on May 10, 2026.
Overview
The skill is a coherent Google Calendar travel-sync integration, but it will read and change calendar data through Aerobase after OAuth consent.
This skill appears benign and purpose-aligned. Before installing or using it, confirm you trust Aerobase with Google Calendar access, review the OAuth permissions, and understand that flight changes may automatically update or remove synced calendar events.
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.
Connecting the skill may let Aerobase read or modify Google Calendar data according to the OAuth permissions granted.
The skill connects a Google Calendar account through OAuth. This is expected for calendar sync, but it grants account-level calendar access through the Aerobase service.
POST /api/calendar/connect — initiate OAuth (`{ provider: "google" }`)Review the Google OAuth consent scopes before connecting, and use the provided disconnect/revoke options if you no longer want the integration.
Incorrect or unintended flight changes could create confusing calendar entries or remove/update synced travel events.
The skill can create, update, and remove calendar events automatically when flight data changes. This is aligned with the sync purpose, but it affects a third-party account.
Auto-Sync - Flight added → calendar event created - Flight cancelled → calendar event updated/removed - Flight time changed → calendar event updated, conflicts rechecked
Check sync preferences and review calendar changes, especially when syncing an entire trip or after flight cancellations.
Meeting names, locations, and schedule details may be exposed to the Aerobase-backed agent workflow.
The agent retrieves event titles, times, and locations into its working context to calculate body-clock conflicts. This is purpose-aligned and scoped, but calendar details can be sensitive.
Returns calendar events for the next 7 days: ... "title": "Team Standup", "start": ..., "end": ..., "location": "Zoom"
Use the integration only with calendars you are comfortable sharing with Aerobase, and avoid connecting highly private calendars unless needed.
