military-leave

ReviewAudited by ClawScan on May 10, 2026.

Overview

The travel-search purpose is coherent, but the skill tells the agent to automatically install and run an unpinned global npm CLI that is not declared in the install metadata.

Review this skill before use. It appears aligned with flight search, but do not allow the automatic global npm install unless you trust the `@fly-ai/flyai-cli` package and are comfortable sharing travel searches with flyai/Fliggy.

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

Using the skill could cause the agent to add persistent third-party software to the machine before answering a travel query.

Why it was flagged

The skill tells the agent to fetch and globally install an unpinned npm package at runtime, while the reviewed artifact set contains no install spec or package code for that executable.

Skill content
If flyai-cli is not installed, install it first... `npm i -g @fly-ai/flyai-cli`
Recommendation

Require explicit user approval before installation, declare the dependency in install metadata, pin a trusted version, and let users verify or install the CLI themselves.

What this means

Travel plans and search preferences may be shared with the external travel provider used by the CLI.

Why it was flagged

The workflow sends user trip details such as origin, destination, and date through the flyai/Fliggy provider, which is expected for flight search but is still a third-party data flow.

Skill content
powered by Fliggy (Alibaba Group)... `flyai search-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}}`
Recommendation

Only enter trip details you are comfortable sending to flyai/Fliggy, and review the provider before relying on booking links.