Travel Planning

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only travel planner, but users should know it keeps persistent travel memory that may include sensitive trip and document details.

Before installing, be comfortable with the skill saving markdown files under `~/travel-planning/` and possibly saving activation preferences in main memory. Avoid storing full passport numbers, document images, medical details, or booking confirmations unless needed, and ask how to review or delete saved travel memory.

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

Travel plans, passport or visa status, insurance references, emergency contacts, and related details could remain on disk and be reused in later sessions.

Why it was flagged

The skill persistently stores travel memory and may store sensitive document-related details. The consent language and scoped directory make this purpose-aligned, but users should be aware of the privacy implications.

Skill content
Memory lives in `~/travel-planning/` ... `documents/ # Passport, visa info, insurance` ... `Only store document info if user explicitly shares it`
Recommendation

Only save sensitive travel information when necessary, avoid storing full document numbers or images, and provide a clear way for the user to review or delete `~/travel-planning/`.

What this means

The agent may remember when to invoke this travel-planning behavior in future conversations.

Why it was flagged

The skill asks to persist activation preferences outside the travel folder into main agent memory, affecting future sessions.

Skill content
Save their answer to their MAIN memory so other sessions know when to use this skill.
Recommendation

Ask explicitly before saving cross-session activation preferences and tell the user how to change or remove them.

What this means

A user might not realize their travel information is being written to persistent local files unless they ask.

Why it was flagged

The onboarding style may not proactively explain storage before sensitive travel details are saved, although it does say to explain openly if asked.

Skill content
Start helping naturally without technical jargon — users can always ask about storage details if curious.
Recommendation

Briefly disclose where information is stored before saving sensitive document, medical, booking, or group-travel details.