billing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited billing (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.
Autotask billing tools give MSPs visibility into billable items, approval workflows, and invoices generated from time entries, charges, and contracts. Finance teams use these tools to review, approve, and export billing data.
Retrieve a single billing item by ID.
Tool: autotask_get_billing_item
Key fields returned:
id — Billing item IDticketID / projectID — Source entityresourceID — Who performed the workbillingItemType — Type (time entry, expense, charge, etc.)approvalStatus — Current approval stateamount — Billable amountTool: autotask_search_billing_items
Key parameters:
companyId — Filter by client companyinvoiceId — Filter by invoiceapprovalStatus — Filter by approval statestartDate / endDate — Date range filterpage / pageSize — Pagination (default 25, max 200)Tool: autotask_search_billing_item_approval_levels
Returns the configured approval workflow steps for billing items in your Autotask instance. Approval levels are instance-specific.
Tool: autotask_search_invoices
Key parameters:
companyId — Filter by client companystartDate / endDate — Invoice date rangepage / pageSize — Paginationautotask_search_billing_items filtered by date range and companyautotask_search_invoices to find invoices for a clientautotask_search_billing_items filtered by invoice IDautotask_search_billing_item_approval_levels to understand configured stepsautotask_search_billing_items filtered by approvalStatus to find items pending each stepautotask_get_field_info with entity BillingItems to retrieve valid values for your instance~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.