Caveat verdict

monarch-money

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Personal finance CLI that authenticates to Monarch Money using email, password, and MFA secret stored in environment variables; all operations are standard budget management tasks (list transactions, categorize spending) against the user's own account.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

18
security
90
transparency
80
maintenance

Findings (7)

Pattern match critical

Possible hardcoded credential

references/TROUBLESHOOTING.md · code · PASSWORD='pa$$word!with@special#chars

Pattern match medium

Accesses sensitive environment variables

references/API.md · code · process.env.MONARCH_PASSWORD

Pattern match medium

References child_process — can spawn system processes

cli/commands/test.ts · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

cli/commands/test.ts · prose · downgraded · spawn(

Pattern match medium

References sudo — requests elevated privileges

references/TROUBLESHOOTING.md · prose · downgraded · sudo

Pattern match medium

Sets world-executable permissions

references/TROUBLESHOOTING.md · code · chmod 700

Pattern match low

Popular HTTP library — network access

lib/client/auth/AuthenticationService.ts · prose · downgraded · node-fetch

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 3 environment variables. (2 sensitive: MONARCH_PASSWORD, MONARCH_MFA_SECRET).

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API