import-transactions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited import-transactions (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Import financial transactions from bank export files. Automatically detects file format by extension (.csv, .ofx, .qif) and identifies the bank (Chase, Amex, BofA, or generic) by inspecting column headers. Previews parsed transactions, deduplicates against existing data, and inserts new records.
transaction_search — check for existing transactions to prevent duplicatescategorize — apply categorization rules to newly imported transactions.csv — parse as CSV, inspect headers to identify bank.ofx / .qfx — parse as OFX (Open Financial Exchange).qif — parse as QIF (Quicken Interchange Format)Transaction Date,Post Date,Description,Category,Type,Amount,MemoDate,Description,Amount (or Reference,Date,Description,Card Member,Amount)Date,Description,Amount,Running Bal.categorize on the newly imported transactions.You can import transactions manually into any spreadsheet or accounting tool:
Chase:
American Express:
Bank of America:
Generic / Other Banks: Most banks offer CSV or OFX export from their transaction history page. Look for "Download," "Export," or a download icon near the date range selector.
Date, Description, Amount, Category.=UNIQUE() function (Sheets).D (date), T (amount), P (payee). You can convert QIF to CSV with online tools like qif2csv.com.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.