smart-split — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited smart-split (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.
Split one transaction into multiple category allocations. Useful for mixed-purpose purchases like a Costco trip that includes groceries, household supplies, and electronics — or a business meal that's partially deductible.
transaction_search — find the transaction to splitcategorize — assign categories to the resulting split entriestransaction_search to find and confirm the target transaction.To split transactions manually in a spreadsheet:
| Date | Description | Amount | Category |
|---|---|---|---|
| 2025-03-15 | COSTCO (Groceries) | -50.00 | Groceries |
| 2025-03-15 | COSTCO (Household) | -30.00 | Household |
| 2025-03-15 | COSTCO (Electronics) | -20.00 | Electronics |
=SUMIF(B:B,"COSTCO*",C:C) should equal the original -$100.00.split: true flag so reports can show either the consolidated or split view.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.