Travel Itinerary Planner

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a normal travel-planning helper; the main thing to notice is that it may run an included Python script to create a local Markdown itinerary.

This appears safe for normal itinerary drafting. Use trusted HTTPS image links, run it from the directory where you want the Markdown file saved, verify time-sensitive travel facts before acting on them, and do not allow any real booking or payment action without separate explicit approval.

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 skill may create a local Markdown itinerary file when used.

Why it was flagged

The skill instructs use of a local Python helper that can write a Markdown file. This is central to the itinerary-generation purpose and is described as scoped to the current working directory.

Skill content
Run `scripts/build_trip_plan.py` to generate a structured draft ... `--output`: output Markdown path under current working directory
Recommendation

Run it from a folder where you are comfortable saving the itinerary, and review the generated Markdown before sharing it.

What this means

There is less external provenance information for the included helper script.

Why it was flagged

The registry metadata does not provide an upstream source or homepage, while the skill includes a helper script. No remote install step or dependency download is shown, so this is a provenance note rather than a concern.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill. Code file presence: scripts/build_trip_plan.py
Recommendation

If provenance matters to you, review the included script before relying on it.