pocketbook
Analysis
This looks like a coherent local bookkeeping skill that saves your transaction history on your device, with no artifact evidence of hidden network sharing or credential use.
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.
Use these scripts: - `python scripts/append_ledger.py create --data-dir <dir> --payload <json-file-or->` - `python scripts/append_ledger.py update --data-dir <dir> --payload <json-file-or->` - `python scripts/append_ledger.py revert --data-dir <dir> --payload <json-file-or->`
The agent is instructed to use local scripts that add, update, and revert ledger events. This is the core bookkeeping function and is append-only, but users should know the skill can mutate the local ledger state.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`ledger.jsonl`: append-only event log and source of truth ... `source_text`: original user utterance that caused the event ... `profile.json`: user defaults and aliases
The skill persistently stores personal finance events, the original user utterances, and reusable profile defaults/aliases. This is disclosed and purpose-aligned, but it creates local memory containing sensitive financial context.
