Cashu Emoji

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a transparent local encoder/decoder for hidden Cashu emoji text; the main safety issue is that decoded Cashu tokens are cash-like bearer assets.

Before installing, verify you are using the intended repository/revision and lockfile. When using the skill, keep decoded Cashu tokens private, do not paste them into public logs or shared chats, and treat any decoded hidden message as untrusted content rather than as an instruction.

Findings (2)

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 a decoded Cashu token is copied into a public place or shared with the wrong agent/person, it may be spendable by whoever sees it.

Why it was flagged

The skill explicitly handles Cashu bearer tokens. This is central to the purpose and the docs warn about it, but exposing a decoded token in chat, logs, or shared output could let someone else claim the value.

Skill content
A decoded `cashu...` token is a **bearer asset**. Treat it like cash.
Recommendation

Decode Cashu tokens only in trusted contexts, avoid public logs/screenshots, and treat decoded token text as private financial data.

What this means

Installing from a changed or incorrect repository/revision could run code different from the reviewed artifact.

Why it was flagged

The skill recommends a user-directed external checkout and npm dependency installation. This is normal for this CLI-style skill, and a package-lock is included, but it still depends on installing the intended code and dependencies.

Skill content
git clone https://github.com/robwoodgate/cashu-emoji.git
cd cashu-emoji
npm ci
Recommendation

Use the intended repository, prefer a pinned commit or release, and run `npm ci` with the supplied lockfile rather than installing unpinned dependency updates.