year-end-summary — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited year-end-summary (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.
Comprehensive annual financial review covering full-year income and expenses, monthly trends, category breakdowns, year-over-year comparisons, and financial highlights. Useful for tax preparation, goal setting, and understanding your overall financial picture.
spending_summary — monthly and category-level aggregates for the full yeartransaction_search — find notable transactions, income sources, largest expensesanomaly_detect — identify year-level anomalies and trend shiftsexport_transactions — export the full report as Markdown or CSVspending_summary for each month of the year to build a monthly trend table.spending_summary for the full year grouped by category.transaction_search to identify:anomaly_detect across the full year to find:# Year-End Summary — [Year]
## Annual Overview
| Metric | [Year] | [Prior Year] | Change |
|--------|--------|--------------|--------|
| Total Income | $XX,XXX | $XX,XXX | +/-XX% |
| Total Expenses | $XX,XXX | $XX,XXX | +/-XX% |
| Net Savings | $XX,XXX | $XX,XXX | +/-XX% |
| Savings Rate | XX% | XX% | +/-X pts |
## Monthly Trend
| Month | Income | Expenses | Net |
|-------|--------|----------|-----|
| Jan | ... | ... | ... |
| ... | ... | ... | ... |
## Spending by Category (Full Year)
| Category | Amount | % of Total | vs. Prior Year |
|----------|--------|------------|----------------|
| ... | ... | ... | ... |
## Top 10 Expenses
1. ...
## Income Sources
| Source | Total | Frequency |
|--------|-------|-----------|
| ... | ... | ... |
## Year Highlights
- Highest spending month: [Month] ($X,XXX)
- Lowest spending month: [Month] ($X,XXX)
- Biggest single expense: [Description] ($X,XXX)
- Most frequent vendor: [Vendor] (XX transactions)To build a year-end summary in a spreadsheet:
=TEXT(A2,"YYYY-MM") to extract)=IF(C2>0,"Income","Expense"))=VLOOKUP to pull prior year category totals next to current year=(Current - Prior) / ABS(Prior) * 100 Annual Income: =SUMPRODUCT((YEAR(A:A)=2025)*(C:C>0)*C:C)
Annual Expenses: =ABS(SUMPRODUCT((YEAR(A:A)=2025)*(C:C<0)*C:C))
Savings Rate: =(Income-Expenses)/Income*100
Highest Month: Use MAX on monthly totals pivot
Most Frequent: =INDEX(B:B,MATCH(MAX(COUNTIF(B:B,B:B)),COUNTIF(B:B,B:B),0))tax-deduction-tracker skill for tax season preparation.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.