Coin Identifier

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: coin-identifier Version: 1.0.0 The 'Coin Identifier' skill is a well-structured tool for identifying coins and maintaining a local catalog. It follows safe practices by explicitly restricting its operations to a specific local directory (~/coin-identifier/), disclaiming network access, and requiring user consent before writing any files. The instructions in SKILL.md and setup.md are strictly focused on the identification process and user preferences, with no evidence of malicious intent, data exfiltration, or prompt-injection risks.

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

If enabled, future sessions may reuse saved coin collection preferences and identification history stored on the local machine.

Why it was flagged

The skill can persist user preferences and coin identification notes for future reuse. This is clearly disclosed, scoped to a local folder, and approval-gated, so it is a privacy/persistence note rather than a concern.

Skill content
**Data stored locally if approved by the user:**
- activation and response preferences in `~/coin-identifier/memory.md`
- one note per saved identification in `~/coin-identifier/identifications/`
Recommendation

Only approve local storage if you are comfortable keeping coin collection notes on the device, and review or delete the ~/coin-identifier/ folder if you no longer want that memory retained.