Spain

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: spain Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'Spain' is benign. It consists entirely of markdown files providing travel information and instructions for an AI agent on how to use this data to assist users. The `SKILL.md` explicitly states that the skill does not access files outside `~/spain/` or make network requests, a claim supported by the absence of any executable code, external binaries (`bins: []` in `_meta.json`), or network-related instructions across all files. There are no signs of prompt injection, data exfiltration, malicious execution, persistence, or obfuscation.

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 details or preferences could be saved locally for later use by the skill.

Why it was flagged

The skill uses a persistent local memory file for trip context. This fits the travel-planning purpose and is scoped to ~/spain/, but it may retain personal itinerary or preference details.

Skill content
Memory lives in `~/spain/`. See `memory-template.md` for structure. ... `memory.md` # Trip context
Recommendation

Review or delete ~/spain/memory.md if you do not want old trip context retained, and avoid storing highly sensitive personal details there.