skills/thaitype/skills/money/Gen Agent Trust Hub

money

Pass

Audited by Gen Agent Trust Hub on Sep 7, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill operates entirely locally, using standard Python libraries (argparse, json, os, sys, uuid, datetime) to manage personal finance records.
  • [DATA_STORAGE]: Data is stored in JSONL format within the .claude/data/skills_data/money/ directory. The use of an environment variable (MONEY_STATE_DIR) to override the storage location is a standard configuration pattern and does not present a security risk.
  • [COMMAND_EXECUTION]: The skill provides a CLI interface for managing financial records. Input validation is performed through argparse choices and internal resolution logic (slug/ID lookups), minimizing risks associated with malformed input.
  • [NO_NETWORK_OPERATIONS]: No network calls (curl, requests, etc.) are present in the script. All operations are file-system based and confined to the local environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 7, 2026, 07:53 AM
Security Audit — agent-trust-hub — money