Budget & Expense Tracker

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: afrexai-budget-tracker Version: 1.0.0 The OpenClaw skill 'afrexai-budget-tracker' is a local budget and expense tracker. Both `SKILL.md` and `README.md` explicitly state that 'All data stays local. No external APIs. No cloud sync. Your money data never leaves your machine.' The instructions for the AI agent in `SKILL.md` are detailed and focused solely on managing financial data within local JSON files and generating reports, with no evidence of prompt injection attempts, data exfiltration, malicious execution, or persistence mechanisms. External links in `README.md` are informational and not part of the agent's operational instructions.

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.