profit-loss — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited profit-loss (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.
Build a standard income statement (P&L) showing revenue, cost of goods sold, gross profit, operating expenses, and net income. Calculates gross margin and net margin percentages.
transaction_search — pull all income transactions (positive amounts) and expense transactions (negative amounts) for the target periodspending_summary — aggregate expenses by category to populate operating expense line itemstransaction_search with amount > 0 to find all revenue transactions in the period.transaction_search with amount < 0 to find all expense transactions.spending_summary for the same period to get category-level expense totals.PROFIT & LOSS STATEMENT — [Period]
═══════════════════════════════════════
Revenue
Sales Revenue $XX,XXX
Service Revenue $XX,XXX
───────────────────────────────────────
Total Revenue $XX,XXX
Cost of Goods Sold
Materials ($X,XXX)
Direct Labor ($X,XXX)
───────────────────────────────────────
Total COGS ($X,XXX)
GROSS PROFIT $XX,XXX
Gross Margin XX.X%
Operating Expenses
Rent ($X,XXX)
Utilities ($XXX)
Software & Subscriptions ($XXX)
Payroll ($X,XXX)
Insurance ($XXX)
Other ($XXX)
───────────────────────────────────────
Total Operating Expenses ($X,XXX)
NET INCOME $X,XXX
Net Margin XX.X%
═══════════════════════════════════════=SUMIFS(Amount, Type, "Revenue") for total revenue.=SUMIFS(Amount, Type, "COGS") for total COGS (use absolute values).=GrossProfit/Revenue*100.=SUMIFS(Amount, Type, "Operating Expense") for total OpEx.=NetIncome/Revenue*100.=TEXT(Date,"YYYY-MM") column and use pivot tables to break out by month.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.