Budget Planner

PassAudited by ClawScan on May 10, 2026.

Overview

This is a simple instruction-only budget planning skill with no code or credentials, but it has a small metadata inconsistency around an unexplained curl requirement.

This appears safe to install from the provided artifacts, but it is documentation-only and references commands whose implementation is not included here. Before entering personal budget information, confirm where the data is stored and why curl is listed as a requirement.

Findings (1)

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

A network-capable dependency may be requested without a clear reason, though no harmful use is shown in the artifacts.

Why it was flagged

The package metadata declares curl as a required binary, but the skill is described as instruction-only and none of the provided content explains or uses curl.

Skill content
"requires":{"bins":["curl"]}
Recommendation

The author should remove or explain the curl requirement; users should verify the actual installed behavior before relying on the skill.