Skip to content
Development
Command

/triage-detections

Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How 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.md
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
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins