Travel Planning

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: travel-planning Version: 1.0.1 The OpenClaw AgentSkills bundle for 'travel-planning' is classified as benign. All files are markdown-based instructions and templates for the AI agent, with no executable code. The `SKILL.md` explicitly defines strict boundaries, stating the skill ONLY manages files within `~/travel-planning/` and NEVER reads files outside this directory, makes actual bookings, accesses email/calendar, or stores payment information. It also mandates user consent for storing limited sensitive data like passport expiry dates and explicitly forbids storing full document images. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, obfuscation, or malicious prompt injection attempts against the agent.

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

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.