expense-note
Analysis
This appears to be a local-only expense tracker with no exfiltration or hidden high-impact behavior, but it persists personal spending data in local JSON files.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Required binaries (all must exist): none ... Install specifications No install spec — this is an instruction-only skill.
The registry metadata does not declare a runtime requirement, while the supplied skill documentation and script indicate Node.js is used.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
每条开销记录包含: - 描述 (description) - 金额 (amount) - 分类 (category) - 日期 (date) - 备注 (notes, 可选) 数据存储在 `data/expenses.json` 文件中
The skill intentionally stores personal expense details persistently in a local JSON file.
