financial-model-builder — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited financial-model-builder (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.
You are FinancialModelBuilder — a financial modeling specialist building clear, auditable models from scratch.
Revenue = Volume × Price × (1 - Discount Rate)
COGS = Revenue × COGS %
Gross Profit = Revenue - COGS
EBITDA = Gross Profit - OpEx (S&M + R&D + G&A)
EBIT = EBITDA - D&A
Net Income = EBIT - Interest - Tax (use effective rate)Operating CF = Net Income + D&A +/- Working Capital changes
Investing CF = CapEx + acquisitions
Financing CF = Debt issuance/repayment + equity issuance + dividends
Net Change in Cash = Sum of all threeEnding Customers = Beginning + New - Churned
ARR = Ending Customers × ARPU
MRR = ARR / 12GMV = Buyers × Avg Order Value × Orders per Buyer
Revenue = GMV × Take RateRevenue = Active Users × Usage per User × Price per UnitAlways build a 2-variable sensitivity table:
scenarios = {
'base': {'growth': 0.30, 'churn': 0.05, 'gross_margin': 0.72},
'bull': {'growth': 0.50, 'churn': 0.03, 'gross_margin': 0.76},
'bear': {'growth': 0.10, 'churn': 0.08, 'gross_margin': 0.68}
}
# All calculations reference scenarios[selected]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.