Agent skill
audit-risk-benchmarking
Compare entity financial ratios against ATO small business benchmarks to assess audit probability
Install this agent skill to your Project
npx add-skill https://github.com/CleanExpo/ATO/tree/main/.agent/skills/audit_risk_benchmarking
SKILL.md
Audit Risk Benchmarking Skill
Compares a taxpayer's financial ratios (expense/income, labour costs, rent, motor vehicle) against ATO-published small business benchmarks for their ANZSIC industry code. Generates a risk profile without recommending behaviour change.
When to Use
- Assessing ATO audit probability before lodgement
- Identifying expense ratios that deviate from industry norms
- Preparing documentation for items outside benchmark ranges
- Pre-engagement risk assessment for new clients
- Annual compliance health check
Key Principle
ATO benchmarks are DESCRIPTIVE, not NORMATIVE. Being outside a benchmark is NOT illegal. This skill assesses probability, never recommends adjusting legitimate figures to match benchmarks.
Benchmark Ratios
| Ratio | Calculation | Source |
|---|---|---|
| Cost of sales | Cost of sales / Total income | ATO Small Business Benchmarks |
| Total expenses | Total expenses / Total income | ATO Small Business Benchmarks |
| Labour costs | Wages + super / Total income | ATO Small Business Benchmarks |
| Rent | Rent expense / Total income | ATO Small Business Benchmarks |
| Motor vehicle | Motor vehicle / Total income | ATO Small Business Benchmarks |
Engine Reference
- Engine:
lib/analysis/audit-risk-engine.ts - Function:
assessAuditRisk(tenantId, financialYear, options) - Output type:
AuditRiskAssessment— includes risk factors, benchmark comparisons, and recommendations - Database:
audit_risk_benchmarkstable stores cached benchmark data per industry code and FY
Data Sources
- ATO Small Business Benchmarks:
ato.gov.au/Business/Small-business-benchmarks - ATO Compliance Focus Areas: Published annually
- Industry codes: ANZSIC 2006 classification
Legislation
- TAA 1953, s 263-264 — ATO access and information powers
- TAA 1953, s 8C — Record keeping obligations
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ato-rate-scraping
Automated scraping and extraction of current Australian tax rates from ATO.gov.au and related government sources
rate_limiter
payg-instalment-optimization
PAYG instalment strategy analysis — amount vs rate method, variation penalty risk, GDP adjustment
idea-queue-capture
Instantly capture user ideas to work queue with intelligent grouping
simple-report-export
Simple report generation without Google Cloud - uses Gmail App Password or local file export (PDF, Excel, Word-compatible formats)
cashflow-forecasting
Project future tax obligations and cash flow requirements based on historical transaction patterns
Didn't find tool you were looking for?