Aerobase Flight Awards
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent Aerobase API skill for award-flight searches, but it uses an Aerobase API key and can manage saved route alerts.
Before installing, make sure you are comfortable giving the agent an Aerobase API key and sending travel search details to aerobase.app. Ask the agent to confirm before it creates, changes, or deletes saved award alerts.
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.
Anyone using the skill must trust the agent environment with an Aerobase API key tied to their account or quota.
The skill needs an Aerobase API key and uses it as a bearer token for API access. This is expected for the service, and the instructions also say not to print raw keys.
Required env var: `AEROBASE_API_KEY` ... Auth header (preferred): `Authorization: Bearer ${AEROBASE_API_KEY}`Use a dedicated Aerobase key if available, avoid sharing it in chat, and rotate it if it is exposed.
The agent could create, change, or delete saved travel alerts on the Aerobase account if asked or if it interprets a request that way.
The documented API includes account-affecting alert-management operations, not just read-only search.
POST /api/awards/alerts — create alert ... PATCH /api/awards/alerts/{id} — activate/deactivate alert ... DELETE /api/awards/alerts/{id} — remove alert.Confirm the route, date range, and alert action before creating, disabling, or deleting alerts.
