Huntress Billing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Huntress 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.
Huntress provides billing and summary reports for MSP partners. Billing reports detail per-organization agent counts for invoicing, while summary reports provide security posture overviews for client-facing communications.
Billing reports show agent counts per organization for a billing period. Use these for client invoicing and cost reconciliation.
Summary reports provide security posture overviews including incidents detected, escalations raised, and overall threat landscape — ideal for client QBRs and monthly security reviews.
huntress_billing_reports_listParameters:
page_token — Pagination tokenExample response:
{
"billing_reports": [
{
"id": "bill-2026-02",
"period": "2026-02",
"generated_at": "2026-03-01T00:00:00Z",
"total_agents": 1250,
"organization_count": 45
}
],
"next_page_token": null
}huntress_billing_reports_getParameters:
report_id — The billing report IDExample response:
{
"billing_report": {
"id": "bill-2026-02",
"period": "2026-02",
"organizations": [
{
"id": "org-456",
"name": "Acme Corporation",
"agent_count": 150
},
{
"id": "org-789",
"name": "TechStart Inc",
"agent_count": 75
}
],
"total_agents": 1250
}
}huntress_summary_reports_listParameters:
page_token — Pagination tokenhuntress_summary_reports_getParameters:
report_id — The summary report IDExample response:
{
"summary_report": {
"id": "sum-2026-02",
"period": "2026-02",
"total_incidents": 23,
"total_escalations": 5,
"incidents_by_severity": {
"critical": 2,
"high": 8,
"low": 13
},
"top_threat_categories": [
"Persistent Footholds",
"Malicious Scripts",
"Unauthorized Access"
]
}
}huntress_billing_reports_listCause: Report for the specified period hasn't been generated yet Solution: Check available reports with the list endpoint first
Cause: Account is new or billing hasn't been processed yet Solution: Reports are typically generated monthly; wait for the billing cycle
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.