Aviation Healthcheck

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent with its stated aviation and system health-check purpose, with only minor user-awareness notes around local commands and optional scheduling.

This appears safe for a user-invoked aviation and OpenClaw health-check skill. Be aware that it can run local status/audit commands and may query external aviation websites. Only enable the suggested cron schedule if you want the checks to run automatically several times per day.

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

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.