unit-economics — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited unit-economics (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.
This is deterministic computation, not prose. The cohort triangle, retention metrics, and unit-economics ratios come from numpy/pandas in services/financial/cohort_analyzer.py. The LLM's job is interpretation, not calculation.
The killer feature is reconciliation: when the CIM claims 115% NDR but the cohort data shows 92%, that 23-point spread is the kind of finding that closes IC memos. The analyze_unit_economics MCP tool detects these automatically when you pass stated_* parameters.
Read what the seller claims. Look in:
Capture:
If the seller doesn't state these, that's itself a finding — note it.
Format: [{customer_id, period: 'YYYY-MM-DD', revenue}, ...] — one row per customer per month.
Sources, in order of preference:
If you only have aggregated cohort data, the raw cohort triangle CAN'T be recomputed; you'll have to trust the seller's triangle and just compare the headline metrics.
Pull from financials:
sales_marketing_spend — last 12 monthsnew_customers_in_period — count of new logos in the same periodgross_margin — as decimal (0.75, not 75)new_arr_in_period — for magic number (uses quarter-annualized formula)ebitda_margin and revenue_growth_yoy — for rule of 40If any are missing, the tool returns None for that metric — that's fine, partial analysis is still valuable.
mcp__ololand__analyze_unit_economics(deal_id, transactions, ...) with all the inputs.
On retention spreads:
On payback/LTV ratios:
On decay fit:
On rule of 40:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.