cash-flow-forecast — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cash-flow-forecast (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.
Project future cash inflows and outflows using a 3-month moving average methodology. Identifies recurring revenue and expenses, detects seasonal patterns, and produces a monthly projection table.
spending_summary — get monthly expense totals and category breakdowns for trend analysisanomaly_detect — identify recurring transactions (subscriptions, regular payments, payroll) that form the predictable baselinetransaction_search — pull historical cash position and transaction datatransaction_search to pull the last 6-12 months of transactions.spending_summary for each of the past 6 months to get income and expense totals.anomaly_detect to identify recurring transactions (subscriptions, payroll, rent, retainers).CASH FLOW FORECAST — [Start Month] to [End Month]
══════════════════════════════════════════════════════════
Month 1 Month 2 Month 3
──────────────────────────────────────────────────────────
Opening Balance $XX,XXX $XX,XXX $XX,XXX
INFLOWS
Recurring Revenue $X,XXX $X,XXX $X,XXX
Variable Revenue $X,XXX $X,XXX $X,XXX
Total Inflows $X,XXX $X,XXX $X,XXX
OUTFLOWS
Payroll ($X,XXX) ($X,XXX) ($X,XXX)
Rent ($X,XXX) ($X,XXX) ($X,XXX)
Subscriptions ($XXX) ($XXX) ($XXX)
Variable Expenses ($X,XXX) ($X,XXX) ($X,XXX)
Total Outflows ($X,XXX) ($X,XXX) ($X,XXX)
NET CASH FLOW $X,XXX $X,XXX $X,XXX
Closing Balance $XX,XXX $XX,XXX $XX,XXX
══════════════════════════════════════════════════════════Month column: =TEXT(Date,"YYYY-MM").=AVERAGE(B2:B4) sliding across the monthly totals.=FORECAST.ETS() function on monthly totals, which handles seasonality automatically.=FORECAST(target_date, known_values, known_dates).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.