/triage-detections
Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/triage-detections
Context preview
What this command does when you run it.
Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants
Command definition
triage-detections.mddescription: Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants
argument-hint: "[tenant] [hours]"
arguments: [tenant, hours]
Triage Blackpoint Detections
Sweep open CompassOne detections, rank them by severity and tenant impact, and produce a shift-ready priority list with dispositions.
Prerequisites
- Blackpoint MCP server connected with a valid `BLACKPOINT_API_TOKEN`
- Tools: `blackpoint_tenants_list`, `blackpoint_detections_list`,
`blackpoint_detections_get`, `blackpoint_assets_get`
Steps
1. **Enumerate scope**
If `tenant` was supplied, resolve it with `blackpoint_tenants_list`. Otherwise enumerate all tenants the partner can see.
2. **Sweep open detections**
For each tenant, call `blackpoint_detections_list` filtered to the look-back window and `status` in {`new`, `investigating`}.
3. **Rank**
Sort by `severity` (critical → low), then tenant impact, then recency (`new` outranks long-running `investigating`).
4. **Enrich the top candidates**
For the highest-ranked detections only, call `blackpoint_detections_get` and `blackpoint_assets_get` to name the affected host.
5. **Assign dispositions**
For each detection: escalate to Blackpoint SOC, investigate in-house, monitor, or likely-noise — with a one-line reason.
6. **Output**
A ranked priority table (tenant, detection ID, severity, type, asset, age, disposition) and a numbered recommended-actions list. Flag any tenant with anomalous detection volume.
Parameters
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | tenant | string | No | all tenants | Scope to one customer | | hours | number | No | 24 | Look-back window in hours |
Examples
Triage the whole partner queue
/triage-detections
Triage one tenant over the last 8 hours
/triage-detections --tenant "Contoso" --hours 8
Related Commands
- `/investigate-detection` - Drill into a single ranked detection
- `/tenant-exposure` - Pivot to a tenant's exposure posture
Read more
description: Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants argument-hint: "[tenant] [hours]" arguments: [tenant, hours]
Triage Blackpoint Detections
Sweep open CompassOne detections, rank them by severity and tenant impact, and produce a shift-ready priority list with dispositions.
Prerequisites
- Blackpoint MCP server connected with a valid `BLACKPOINT_API_TOKEN`
- Tools: `blackpoint_tenants_list`, `blackpoint_detections_list`,
`blackpoint_detections_get`, `blackpoint_assets_get`
Steps
1. **Enumerate scope**
If `tenant` was supplied, resolve it with `blackpoint_tenants_list`. Otherwise enumerate all tenants the partner can see.
2. **Sweep open detections**
For each tenant, call `blackpoint_detections_list` filtered to the look-back window and `status` in {`new`, `investigating`}.
3. **Rank**
Sort by `severity` (critical → low), then tenant impact, then recency (`new` outranks long-running `investigating`).
4. **Enrich the top candidates**
For the highest-ranked detections only, call `blackpoint_detections_get` and `blackpoint_assets_get` to name the affected host.
5. **Assign dispositions**
For each detection: escalate to Blackpoint SOC, investigate in-house, monitor, or likely-noise — with a one-line reason.
6. **Output**
A ranked priority table (tenant, detection ID, severity, type, asset, age, disposition) and a numbered recommended-actions list. Flag any tenant with anomalous detection volume.
Parameters
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | tenant | string | No | all tenants | Scope to one customer | | hours | number | No | 24 | Look-back window in hours |
Examples
Triage the whole partner queue
/triage-detections
Triage one tenant over the last 8 hours
/triage-detections --tenant "Contoso" --hours 8
Related Commands
- `/investigate-detection` - Drill into a single ranked detection
- `/tenant-exposure` - Pivot to a tenant's exposure posture
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

