Aerobase Calendar

PendingAudited by VirusTotal on May 11, 2026.

Overview

No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.

Findings (0)

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

Connecting the skill may let Aerobase read or modify Google Calendar data according to the OAuth permissions granted.

Why it was flagged

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.

Skill content
POST /api/calendar/connect — initiate OAuth (`{ provider: "google" }`)
Recommendation

Review the Google OAuth consent scopes before connecting, and use the provided disconnect/revoke options if you no longer want the integration.

What this means

Incorrect or unintended flight changes could create confusing calendar entries or remove/update synced travel events.

Why it was flagged

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.

Skill content
Auto-Sync

- Flight added → calendar event created
- Flight cancelled → calendar event updated/removed
- Flight time changed → calendar event updated, conflicts rechecked
Recommendation

Check sync preferences and review calendar changes, especially when syncing an entire trip or after flight cancellations.

What this means

Meeting names, locations, and schedule details may be exposed to the Aerobase-backed agent workflow.

Why it was flagged

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.

Skill content
Returns calendar events for the next 7 days: ... "title": "Team Standup", "start": ..., "end": ..., "location": "Zoom"
Recommendation

Use the integration only with calendars you are comfortable sharing with Aerobase, and avoid connecting highly private calendars unless needed.