Canada

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: canada Version: 1.0.0 The OpenClaw skill 'Canada' is benign. Its `SKILL.md` explicitly states that it 'does NOT: Access files outside `~/canada/` or make network requests.' The `setup.md` file contains a single shell command, `mkdir -p ~/canada`, which is a standard and expected operation to create a local working directory for the skill's data. All other files provide travel guide content and agent instructions for content generation and local memory management, without any evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection designed to subvert the agent's security or purpose.

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.