Budget & Expense Tracker

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent local budgeting skill, but it will store sensitive financial details and may automatically add recurring ledger entries.

This skill appears safe and purpose-aligned for local budgeting, but treat the created JSON files as private financial records. Install it only in a workspace you control, avoid storing bank credentials or highly sensitive identifiers, and periodically review recurring transactions and generated reports for accuracy.

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

Your private financial records may be stored in the workspace and reused for future budget checks and reports.

Why it was flagged

The skill instructs the agent to persist income, budgets, transactions, merchants, payment methods, recurring rules, and goals in local files.

Skill content
On first use, create `budget-profile.json` in your workspace ... "monthlyIncome": 5000 ... All transactions live in `budget-ledger.json`
Recommendation

Use a private workspace, avoid adding unnecessary sensitive details, and consider file permissions or encryption if the device or workspace is shared.

What this means

Incorrect recurring rules could cause your budget reports to show expenses that did not actually happen.

Why it was flagged

The skill can automatically mutate the local ledger by adding due recurring transactions, which is useful for budgeting but could create inaccurate records if a recurring rule is wrong.

Skill content
On each budget check, auto-apply any recurring transactions that are due.
Recommendation

Review recurring transaction rules and ask the agent to confirm or summarize auto-applied entries regularly.