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

An agent following this instruction could make a flight purchase before the user has approved the fare, payment method, refund rules, or itinerary.

Why it was flagged

This explicitly encourages booking before user review. Flight purchases can charge money, create contractual commitments, and may not be safely reversible.

Skill content
Error fares: book immediately, ask questions later (refundable if mistake)
Recommendation

Require explicit user confirmation before any booking, rebooking, cancellation, payment, or fare-rule commitment, including error fares.

What this means

Local files may retain travel plans, loyalty details, and booking references beyond the current session.

Why it was flagged

The skill stores persistent travel preferences and booking reference data locally. PNRs and travel history can be sensitive and may enable access to reservations.

Skill content
Preferences persist in `~/flight/memory.md`. Create on first use. ... Store flight data in ~/flights/: ... bookings — active reservations with PNRs
Recommendation

Tell users exactly what will be saved, ask before storing PNRs or loyalty details, and provide clear cleanup or retention instructions.

What this means

Using some loyalty-tracking features could require account access that should be handled carefully.

Why it was flagged

The skill references an optional loyalty integration that may require user credentials, even though no primary credential is declared in the registry metadata.

Skill content
AwardWallet — Track 700+ programs. Requires user credentials.
Recommendation

Only provide credentials through trusted, scoped authentication flows, and avoid sharing raw airline or loyalty passwords with the agent.