Huntress Organizations — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Huntress Organizations (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.
Organizations in Huntress represent MSP client tenants. Each organization contains agents, incidents, and escalations scoped to that client. This skill covers full CRUD operations for organizations and MSP multi-tenant management patterns.
Organizations are the primary tenant boundary in Huntress. Agents, incidents, escalations, and billing are all scoped to organizations.
Each organization has a unique key used during agent installation to associate endpoints with the correct client.
huntress_organizations_listParameters:
page_token — Pagination tokenExample response:
{
"organizations": [
{
"id": "org-456",
"name": "Acme Corporation",
"key": "acme_corp",
"agent_count": 150,
"created_at": "2024-01-15T10:00:00Z"
}
],
"next_page_token": "eyJwYWdlIjoyfQ=="
}huntress_organizations_getParameters:
organization_id — The organization IDhuntress_organizations_createParameters:
name — Organization display namekey — Unique organization key (used in agent install)Example request:
{
"name": "New Client Inc",
"key": "new_client_inc"
}huntress_organizations_updateParameters:
organization_id — The organization IDname — Updated namehuntress_organizations_deleteParameters:
organization_id — The organization to deleteWARNING: Deleting an organization removes all associated agents and data. This action is irreversible.
huntress_organizations_createhuntress_agents_list filtered by orghuntress_organizations_deletehuntress_organizations_listCause: Organization key already exists Solution: Use a unique key; check existing organizations first
Cause: Invalid organization ID Solution: List organizations to verify the correct ID
Cause: Organization still has agents reporting Solution: Uninstall agents before deleting the organization
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.