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.
Your private financial records may be stored in the workspace and reused for future budget checks and reports.
The skill instructs the agent to persist income, budgets, transactions, merchants, payment methods, recurring rules, and goals in local files.
On first use, create `budget-profile.json` in your workspace ... "monthlyIncome": 5000 ... All transactions live in `budget-ledger.json`
Use a private workspace, avoid adding unnecessary sensitive details, and consider file permissions or encryption if the device or workspace is shared.
Incorrect recurring rules could cause your budget reports to show expenses that did not actually happen.
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.
On each budget check, auto-apply any recurring transactions that are due.
Review recurring transaction rules and ask the agent to confirm or summarize auto-applied entries regularly.
