categorize-transactions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited categorize-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.
Help the user categorize and organize their bank transactions.
Call get_company_details and check isSme:
isSme: false): Use categorize_transaction — AI detects the freelance category automatically.isSme: true): Use list_company_categories to find DATEV categories by code. If the right category isn't provisioned, use search_skr_by_code or suggest_skr_category to search the full SKR catalog, then create_company_category to add it.search_transactions to find transactions that need attention. Look for unverified or uncategorized entries.categorize_transaction with the transaction details — it returns the AI-suggested freelance category.update_transaction with company_category_id to assign a DATEV category. If the needed category isn't in list_company_categories, search the full SKR03/SKR04 catalog with search_skr_by_code (by number) or suggest_skr_category (by description, uses AI). Then create_company_category to add it.list_invoices to find matching unpaid invoices (by amount or client)link_transaction to connect the payment to the invoiceupload_bulk_attachments for multiple receiptslink_attachment_transaction to connect receipts to transactionschange_transaction_verification to mark transactions as verified.Present transactions in batches of 10-15 for manageable review. Show: Date, Amount, Description, Suggested Category.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.