saas-health — quality + safety report
In the Skillier index (alireza__saas-health) · scanned 2026-06-03 · engine: builtin+triage
✓ Clean — no heuristic safety flags surfaced.
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
About this skill
Calculate SaaS health metrics ARR, MRR, churn, CAC, LTV, NRR and benchmark against industry standards. Usage: /saas-health <metrics|quick-ratio|simulate options
📄 Read the SKILL.md
--- name: saas-health description: Calculate SaaS health metrics (ARR, MRR, churn, CAC, LTV, NRR) and benchmark against industry standards. Usage: /saas-health <metrics|quick-ratio|simulate> [options] --- # /saas-health Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project forward. ## Usage ``` /saas-health metrics --mrr <amount> [--customers <n>] [--churned <n>] [--json] /saas-health quick-ratio --new-mrr <amount> --churned <amount> [--expansion <amount>] /saas-health simulate --mrr <amount> --growth <pct> --churn <pct> --cac <amount> [--json] ``` ## Examples ``` /saas-health metrics --mrr 80000 --customers 200 --churned 3 --new-customers 15 --sm-spend 25000 /saas-health quick-ratio --new-mrr 10000 --expansion 2000 --churned 3000 --contraction 500 /saas-health simulate --mrr 50000 --growth 10 --churn 3 --cac 2000 ``` ## Scripts - `finance/saas-metrics-coach/scripts/metrics_calculator.py` — Core SaaS metrics (ARR, MRR, churn, CAC, LTV, NRR, payback) - `finance/saas-metrics-coach/scripts/quick_ratio_calculator.py` — Growth efficiency ratio - `finance/saas-metrics-coach/scripts/unit_economics_simulator.py` — 12-month forward projection ## Skill Reference → `finance/saas-metrics-coach/SKILL.md` ## Related Commands - `/financial-health` — Traditional financial analysis (ratios, DCF, budgets)
Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.