invoices — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited invoices (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.
HaloPSA invoices represent bills generated for client work and contracts. Use these tools to view invoice status, track payment, and pull invoice data for reporting or reconciliation. Invoices are read-only via MCP; creation and dispatch happen through the HaloPSA UI or billing workflows.
Tool: halopsa_invoices_list
Key parameters:
client_id — Filter invoices by client IDstatus — Filter by invoice status (e.g., "draft", "sent", "paid" — values are instance-specific)sent — Filter by sent status (true = sent, false = unsent)paid — Filter by paid status (true = paid, false = outstanding)invoice_date_start — Date range start (format: YYYY-MM-DD)invoice_date_end — Date range end (format: YYYY-MM-DD)limit — Maximum results (default: 50)Response includes:
record_count — Total matching invoicesinvoices — Array of invoice records with ID, client, amount, dates, and statusTool: halopsa_invoices_get
Parameters:
invoice_id (required) — The invoice's numeric IDReturns the full invoice record including line items, totals, tax, payment history, and associated tickets/contracts.
halopsa_clients_search or halopsa_clients_listhalopsa_invoices_list with client_id and paid: falsehalopsa_invoices_list with invoice_date_start and invoice_date_end for the monthhalopsa_invoices_list with sent: falsehalopsa_invoices_list to locate the invoice by client/dateidhalopsa_invoices_get with that ID for full line-item detailhalopsa_invoices_get — the list endpoint returns summary dataclients skill with halopsa_clients_search~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.