anniversary-flight

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 pull and install third-party code onto the user’s machine before performing a flight search.

Why it was flagged

The skill requires installing an external npm package globally, with no version pin and no install spec or reviewed package contents included in the artifacts.

Skill content
npm i -g @fly-ai/flyai-cli
Recommendation

Require explicit user approval before installation, pin the package version, declare the binary/install requirement in metadata, and provide provenance or reviewable code for the CLI dependency.

ConcernHigh Confidence
ASI05: Unexpected Code Execution
What this means

A normal travel query could cause the agent to modify the local environment and run newly installed software without a clear confirmation step.

Why it was flagged

The instructions make installation and subsequent CLI execution mandatory rather than user-confirmed, creating an install-to-run flow for external code.

Skill content
If flyai-cli is not installed, install it first. Do NOT skip to a knowledge-based answer.
Recommendation

Change the workflow to ask the user before installing or running new software, and provide a safe fallback when the CLI is unavailable.

What this means

Your travel preferences may be shared with the external flight-search provider as part of the search.

Why it was flagged

The skill relies on a third-party travel provider via the flyai CLI, so user travel search details such as origin, destination, and dates are likely sent to that provider.

Skill content
powered by Fliggy (Alibaba Group)
Recommendation

Only use the skill if you are comfortable sending the requested travel details to the flyai/Fliggy service, and avoid entering unnecessary personal information.