Plutus — God of Wealth

AdvisoryAudited by Static analysis on May 9, 2026.

Overview

No suspicious patterns detected.

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

Installing the package could change the local Python environment, and the exact package version is not fixed.

Why it was flagged

The skill instructs installation of an unpinned PyPI package and uses a flag that bypasses system Python package protections. This is disclosed and related to report formatting, but it still carries normal package supply-chain and environment-modification risk.

Skill content
pip3 install rich --break-system-packages --quiet
Recommendation

Install in a virtual environment when possible, consider pinning a known-good version of 'rich', and avoid '--break-system-packages' unless you understand the impact.

What this means

Private spending or business expense information may remain on disk after the skill runs.

Why it was flagged

The skill processes personal or business financial transactions and creates persistent local report files. This is purpose-aligned, and the artifact claims no data is transmitted, but the saved reports may contain sensitive financial summaries.

Skill content
Paste raw text, a list, or point to a CSV of transactions... Export: Markdown report + CSV summary saved to disk
Recommendation

Use only trusted local files, review where the report is saved, and delete or protect generated reports if they contain sensitive financial data.