israeli-bank-connector
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to analyze and categorize financial transactions from Israeli banks and credit card companies. The logic provided in
scripts/categorize_transactions.pyis transparent, using standard regular expressions to map merchant names to spending categories (e.g., 'Shufersal' to 'groceries'). - [SAFE]: References to external tools such as
israeli-bank-mcpandil-bank-mcp(including links to GitHub repositories by 'mottibec' and 'glekner') are documented as prerequisites for connectivity. These are established community projects for Israeli banking automation and are mentioned neutrally within the skill's operational context. - [SAFE]: The instructions involve processing transaction data (JSON/CSV), which is the intended purpose of the skill. While this involves sensitive financial information, the provided code remains local and does not perform any network operations, data exfiltration, or unauthorized file access.
- [SAFE]: Command execution is limited to standard Python invocations for the included script (
python scripts/categorize_transactions.py). No dynamic code generation (eval/exec) or privilege escalation attempts were found.
Audit Metadata