break-even-calc — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited break-even-calc (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.
Determine the revenue level at which total revenue equals total costs (zero profit). Separates expenses into fixed costs (rent, salaries, insurance) and variable costs (materials, commissions, shipping) to calculate the break-even point in both dollars and units.
spending_summary — aggregate expenses by category to classify as fixed or variabletransaction_search — pull revenue data and detailed expense transactions for classificationspending_summary to get all expense categories and totals.transaction_search to pull total revenue for the period.BREAK-EVEN ANALYSIS — [Period]
═══════════════════════════════════════
Monthly Fixed Costs
Rent $2,000
Salaries $8,000
Software $500
Insurance $300
Total Fixed $10,800
Variable Cost Ratio 35%
Contribution Margin 65%
BREAK-EVEN REVENUE $16,615/mo
Break-Even Units 166 units @ $100/unit
Current Revenue $22,000/mo
Margin of Safety 24.5%
═══════════════════════════════════════=SUMIFS(Amount, CostType, "Fixed") / NumberOfMonths (use absolute values).=SUMIFS(Amount, CostType, "Variable") / NumberOfMonths.=SUMIFS(Amount, Amount, ">0") / NumberOfMonths.=VariableCosts/Revenue.=FixedCosts/(1-VariableCostRatio).=BreakEvenRevenue/PricePerUnit.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.