weekend-escape

PassAudited by ClawScan on May 10, 2026.

Overview

This is an instruction-only weekend travel planner; it may query FlyAI with trip details, but it shows no code, credential use, persistence, or booking authority.

This skill appears appropriate for weekend trip planning. Before using it, be aware that it may call FlyAI with your travel route, dates, budget, and preferences, and it should not be allowed to book or pay for anything without your explicit confirmation.

Findings (3)

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 query a travel service with your route and dates to produce recommendations.

Why it was flagged

The skill tells the agent to run a travel-search tool using user-provided trip details. This is central to the travel-planning purpose and appears limited to search, but it is still real tool use.

Skill content
flyai search-flight --origin <出发地> --destination <目的地> --dep-date <本周五> --back-date <本周日>
Recommendation

Use it for search and planning; require explicit user approval before any booking, payment, or account-changing action.

What this means

The skill may depend on a FlyAI integration that is not fully described in the registry metadata.

Why it was flagged

The skill declares a FlyAI dependency in SKILL.md, while the supplied registry requirements list no required binaries and no install spec. This is a documentation/provenance gap rather than evidence of malicious behavior.

Skill content
requires: flyai
Recommendation

Confirm that FlyAI is a trusted, available integration and that the registry metadata is updated to declare it clearly.

What this means

Your travel preferences and approximate budget may be shared with the travel-search provider.

Why it was flagged

The command would provide destination, travel dates, and budget to FlyAI. This is expected for hotel search, but provider-side data handling is not described in the artifacts.

Skill content
flyai search-hotel --dest-name <目的地> --check-in-date <周五> --check-out-date <周日> --sort rate_desc --max-price <预算>
Recommendation

Avoid entering sensitive personal details unless needed, and review FlyAI’s data handling if privacy is important.