Aviation Healthcheck

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: aviation-healthcheck Version: 1.0.0 The aviation-healthcheck skill bundle is a legitimate tool designed to aggregate aviation safety information and monitor system status. It references official industry URLs (FAA, EASA, CAAC) and uses standard diagnostic commands like 'df -h' and 'openclaw status' without any evidence of malicious intent, data exfiltration, or prompt injection.

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

The agent may read and summarize local system health information such as OpenClaw status and disk usage.

Why it was flagged

The skill asks the agent to use local command-line tools to inspect OpenClaw status, disk space, and security/update status. These commands are visible and purpose-aligned, but users should know the skill involves local system checks.

Skill content
openclaw status
openclaw health --json
...
df -h
...
openclaw security audit
openclaw update status
Recommendation

Install only if you are comfortable with the agent running these visible health-check commands, and review the generated report for any sensitive local system details before sharing it.

What this means

If you add the suggested cron schedule, the skill could run multiple times per day and repeatedly access aviation sources and local health-check information.

Why it was flagged

The skill recommends setting up recurring scheduled execution. This is disclosed and fits a health-check use case, but it would make the checks run repeatedly if the user enables it.

Skill content
建议每日定时执行 (通过 openclaw cron add): ... 时间: 09:00, 15:00, 21:00
Recommendation

Only create the cron schedule if you want recurring checks, choose an appropriate frequency, and remove the schedule when you no longer need it.