Wallet (By Budgetbakers)
Analysis
This is a coherent read-only helper for the BudgetBakers Wallet API, but users should notice that it requires a Wallet API token and can expose personal finance data to the agent.
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.
Source: unknown; Homepage: none; Required env vars: none; Primary credential: none
The registry metadata does not advertise the required credential/provenance, even though the skill documentation and script require WALLET_API_TOKEN. This is a metadata/provenance gap rather than evidence of hidden behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
TOKEN="${WALLET_API_TOKEN:-}" ... -H "Authorization: Bearer ${TOKEN}"The helper requires a user-supplied Wallet API token and sends it as a bearer token to the BudgetBakers Wallet API. This is expected for the stated purpose, but it grants delegated access to personal finance data.
