Budget & Expense Tracker

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

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.