Journey to First Million

PassAudited by ClawScan on May 1, 2026.

Overview

This finance skill is coherent and locally scoped, but it will store sensitive income, spending, and budget records in a local OpenClaw workspace.

This skill appears safe for its stated local finance-tracking purpose. Before installing, be comfortable with the agent creating and retaining local files containing income, expense, budget, and savings information, and double-check transaction confirmations when your messages are ambiguous.

Findings (3)

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

A casual or unclear finance-related message could be recorded as a transaction if the agent interprets it that way.

Why it was flagged

The agent is instructed to turn natural-language spending or income mentions into persistent ledger updates. This is central to the skill, but accidental or ambiguous parsing could create incorrect local records.

Skill content
When the user mentions spending or income: ... Invoke the project script `scripts/add_transaction.py` with the parsed arguments to record it
Recommendation

Review confirmations after entries are logged, and ask the agent to clarify before recording when amount, category, date, or transaction type is ambiguous.

What this means

Income, expense, budget, and savings-progress details may remain on the local machine and be reused in later analyses.

Why it was flagged

The skill intentionally persists personal finance data for later reports and progress checks. This is purpose-aligned, but the stored data may be sensitive.

Skill content
Ledger and budget data are stored in OpenClaw workspace: `~/.openclaw/workspace/first-million/` (`ledger.json`, `budget.json`).
Recommendation

Only record finance details you are comfortable storing locally, and periodically review or delete the workspace files if you no longer want the history retained.

What this means

Users have less external context for the publisher or code history before installing.

Why it was flagged

The supplied metadata does not provide a source repository or homepage, which limits independent provenance review even though the included code is local and straightforward.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the registry listing or publisher, and review the included scripts if provenance is important to you.