Flight Tracker for Airports in Asia Pacific

PassAudited by ClawScan on May 1, 2026.

Overview

This flight-tracking skill appears purpose-aligned, but users should notice that it runs a local Python script and uses an Aviationstack API key for external flight lookups.

This looks reasonable for checking flight schedules. Before installing, be comfortable storing an Aviationstack API key locally and sending route searches plus that key to Aviationstack; also note that the package has no listed homepage or source repository.

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

Your Aviationstack API key will be used for flight schedule queries and shared with Aviationstack as part of the lookup.

Why it was flagged

The skill uses a user-provided API credential and sends it to the expected flight-data provider; this is disclosed and purpose-aligned, but credential use is sensitive.

Skill content
route lookup parameters and your Aviationstack API key go to Aviationstack
Recommendation

Use a dedicated Aviationstack key, keep ~/.openclaw/.env private, and revoke or rotate the key if it is exposed.

What this means

You may have less ability to independently verify where the skill came from or compare it against an upstream project.

Why it was flagged

The registry metadata does not provide an upstream source or homepage, so users have less provenance context for the included local script.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included files before use and install only if you trust the registry package and publisher.