Flight Tracker for Airports in Asia Pacific

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: flight-tracker-apac Version: 1.0.1 The flight-tracker-apac skill is a legitimate tool for checking flight schedules via the Aviationstack API. The Python script (scripts/schedule.py) uses standard libraries to fetch data from api.aviationstack.com and format it for the user, with no evidence of malicious execution, data exfiltration beyond the intended API parameters, or prompt-injection risks in SKILL.md.

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

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.