Smart Expense Tracker

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to be a coherent local expense tracker, but users should remember it stores personal financial records persistently on disk.

This looks appropriate for a local personal finance tracker. Before installing, be aware that it creates a persistent JSON file containing your expense and income details, including the raw text you entered. Keep that workspace private and consider periodic backups if the records matter to you.

Findings (1)

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 expense history will remain on disk and can be reused for future reports; anyone with access to that workspace or file could view or alter it.

Why it was flagged

The skill explicitly stores persistent local financial records, including the original user-entered text, amounts, dates, and categories.

Skill content
**路径**: `~/.openclaw/workspace/data/expenses/expenses.json` ... `raw_text`: "今天午饭花了35元"
Recommendation

Only record information you are comfortable storing locally, keep workspace access private, and back up or delete the JSON file when needed.