Copilot Money Mac

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is narrowly aimed at reading local Copilot Money databases for finance questions, but the data it exposes to the agent is highly sensitive.

Install this only if you want the agent to answer questions using your local Copilot Money data. Keep requests narrow, avoid broad transaction dumps, and remember that even without external API calls in the skill, the financial results may be visible in the agent session.

Findings (4)

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 transactions, balances, budgets, recurring payments, and investment details may be visible to the agent and reflected in its responses.

Why it was flagged

The skill intentionally retrieves sensitive personal-finance data into the agent's working context so it can answer user questions.

Skill content
analyze transactions, spending patterns, account balances, investments, and budgets
Recommendation

Use it only for finance questions you intend the agent to answer, and ask for summaries or limited date ranges instead of broad data dumps.

What this means

The agent may run local shell commands that read your Copilot Money database and return financial records.

Why it was flagged

The skill instructs the agent to run local command-line tools against app data; this is central to the purpose and the examples are read-oriented, but users should notice the direct local file access.

Skill content
sqlite3 ~/Library/Group\ Containers/group.com.copilot.production/database/CopilotDB.sqlite "YOUR_QUERY"
Recommendation

Keep queries user-directed, prefer bounded SELECTs with LIMITs or date filters, and avoid asking the agent to dump entire tables unless you really need that.

What this means

Installation compatibility and provenance are less clear, though no unreviewed scripts or packages are included.

Why it was flagged

The reviewed skill is instruction-only and has no hidden code, but its provenance and runtime requirements are under-described relative to its macOS/sqlite3-based instructions.

Skill content
Source: unknown; Homepage: none; OS restriction: none; Required binaries ... none
Recommendation

Confirm you trust the publisher and that you are on macOS with Copilot Money and the needed local tools available.

What this means

A user might underestimate how much financial detail the agent will see while answering questions.

Why it was flagged

The artifacts show no skill-side network calls, but users should read this privacy statement narrowly because query results can still enter the agent session depending on how the agent is configured.

Skill content
All data stays local - this skill queries the local databases directly on your Mac. No data is sent to external services.
Recommendation

Treat returned query results as sensitive and avoid exposing more transaction detail than needed.