Copilot Money Skill

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: copilot-money Version: 1.1.2 The skill instructs the agent to install and utilize the `copilot-money-cli` tool. A key feature of this tool, as described in SKILL.md, is its ability to 'auto-detect' and read 'your browser's local IndexedDB storage to find your Copilot Money session token' for authentication. While the documentation claims this process is local and data is only sent to Copilot Money's API, the instruction to install and execute a tool with the capability to access sensitive browser storage for session tokens is a high-risk operation, classifying it as suspicious.

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

The installed tool could access your Copilot Money account and sensitive financial information using a browser-derived session token.

Why it was flagged

The skill directs use of a tool that extracts a financial-service session/refresh token from local browser storage. This is high-impact credential access, and the registry metadata declares no primary credential or required config paths.

Skill content
The CLI auto-detects your Copilot Money refresh token from supported browsers on macOS... reads your browser's local IndexedDB storage to find your Copilot Money session token.
Recommendation

Only use this if you trust the package and understand the credential access. Prefer manual token entry if available, inspect the package/source first, and revoke or rotate the Copilot Money session if you stop using it.

What this means

You would be trusting an unreviewed third-party package with access to financial credentials and account data.

Why it was flagged

The reviewed skill is instruction-only and sends users to install an external CLI package. Because that package is not included in the artifacts, its handling of browser tokens and financial data cannot be reviewed here.

Skill content
pip install copilot-money-cli
Recommendation

Verify the package maintainer and source repository, pin the package version, install in an isolated environment, and review the code before allowing it to read browser session storage.

What this means

If invoked, the tool may contact financial institutions through Copilot Money to refresh linked account data.

Why it was flagged

The CLI can trigger a refresh of all linked bank connections. This is aligned with the stated finance-sync purpose, but it is still an account-affecting external action.

Skill content
copilot-money refresh                     # Refresh all bank connections
Recommendation

Run refresh commands only when you intend to sync bank data, and confirm which Copilot Money account/session the CLI is using.

What this means

Account balances, transactions, net worth, and holdings could appear in chat context or command output.

Why it was flagged

The skill is designed to retrieve highly sensitive personal finance data into the agent or terminal context. This is purpose-aligned, but users should treat the outputs as private.

Skill content
Query Copilot Money personal finance data (accounts, transactions, net worth, holdings, asset allocation)
Recommendation

Avoid using this skill in shared sessions, do not paste outputs into unrelated tools, and be careful with JSON exports or saved transcripts.