Copilot Money Mac

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is designed to query sensitive local financial data from the Copilot Money Mac app using `sqlite3` and `strings`/`grep` on local files. While its stated purpose is benign and it explicitly claims no data exfiltration, the `SKILL.md` provides instructions for the agent to execute arbitrary SQL queries via `sqlite3 ... "YOUR_QUERY"`. This presents a significant prompt-injection vulnerability, as a malicious user prompt could lead the agent to execute unintended SQL commands, potentially accessing or manipulating data beyond the skill's intended scope. The ability to run arbitrary shell commands for file access (`strings`, `grep`) also contributes to the 'suspicious' classification due to the broad permissions granted to the agent, even if currently scoped to local files.