Blumira MSP — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Blumira MSP (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.
Blumira's MSP path group (/msp/*) enables managed service providers to operate across multiple client organizations from a single set of credentials. This skill covers account management, cross-account queries, and per-account operations.
| Feature | Org Path (/org/*) | MSP Path (/msp/*) |
|---|---|---|
| Scope | Single organization | Multiple managed accounts |
| Findings | Own findings only | All accounts or per-account |
| Devices | Own devices only | Per-account device lists |
| Users | Own users only | Per-account user lists |
| Auth | Org-level JWT | MSP-level JWT |
MSP tools require an account_id parameter to target a specific client account. Use blumira_msp_accounts_list to enumerate available accounts.
blumira_msp_accounts_list
page_size=100blumira_msp_accounts_get
account_id=<UUID>blumira_msp_findings_all
status.eq=10
severity.in=HIGH,CRITICAL
order_by=-createdReturns findings from ALL managed accounts with account context included.
blumira_msp_findings_list
account_id=<UUID>
status.eq=10blumira_msp_findings_get
account_id=<UUID>
finding_id=<UUID>blumira_msp_findings_resolve
account_id=<UUID>
finding_id=<UUID>
resolution_type=10
notes="Confirmed and remediated."blumira_msp_findings_assign
account_id=<UUID>
finding_id=<UUID>
user_id=<UUID>blumira_msp_findings_comments_list
account_id=<UUID>
finding_id=<UUID>blumira_msp_findings_comments_add
account_id=<UUID>
finding_id=<UUID>
comment="Investigation notes..."blumira_msp_devices_list
account_id=<UUID>
page_size=50blumira_msp_devices_get
account_id=<UUID>
device_id=<UUID>blumira_msp_keys_list
account_id=<UUID>blumira_msp_keys_get
account_id=<UUID>
key_id=<UUID>blumira_msp_users_list
account_id=<UUID>blumira_msp_accounts_list to get all managed accountsblumira_msp_findings_all with status.eq=10 for open findings across all accountsblumira_msp_findings_list for the target account with status.eq=10blumira_msp_findings_get and commentsblumira_msp_findings_resolveblumira_msp_accounts_list to enumerate accountsblumira_msp_devices_listblumira_msp_accounts_list to get accountsblumira_msp_devices_list to count devicesCause: JWT token is org-level, not MSP-level Solution: Generate an MSP-scoped JWT token from the Blumira portal.
Cause: Invalid account ID or account not managed by this MSP Solution: Use blumira_msp_accounts_list to verify available accounts.
Cause: Too many accounts or too broad a filter Solution: Narrow filters (date range, severity) or query accounts individually.
blumira_msp_findings_all for overview, then drill into specific accounts~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.