Canada

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

Your trip preferences may be remembered locally and used in later planning conversations.

Why it was flagged

The skill uses persistent local memory across future Canada-planning interactions. This is clearly disclosed and aligned with trip planning, but users should know the agent may reuse previously saved context.

Skill content
If `~/canada/memory.md` exists:
1. Read it silently
2. Reuse known preferences
3. Ask what changed since last plan
4. Update memory with new constraints or priorities
Recommendation

Review or edit ~/canada/memory.md if you do not want certain details retained.

What this means

Local memory could contain personal travel details or booking references if the user provides them.

Why it was flagged

The memory template can capture personal travel preferences and booking confirmation information. This is useful for planning, but some users may consider it sensitive.

Skill content
- **Budget:** [budget / mid-range / luxury]
- **Dietary:** [none / vegetarian / vegan / gluten-free / other]
- **Mobility:** [full / limited / wheelchair]
...
| What | Where | Date | Confirmation |
Recommendation

Avoid storing full confirmation numbers, medical details, or other sensitive information unless necessary for the trip plan.