From blackpoint
Sweeps open Blackpoint Cyber/CompassOne detections across tenants, ranks by severity and impact, and produces a prioritized disposition list.
How this command is triggered — by the user, by Claude, or both
Slash command
/blackpoint:triage-detections [tenant] [hours]The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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...
Sweep open CompassOne detections, rank them by severity and tenant impact, and produce a shift-ready priority list with dispositions.
BLACKPOINT_API_TOKENblackpoint_tenants_list, blackpoint_detections_list,
blackpoint_detections_get, blackpoint_assets_getEnumerate scope
If tenant was supplied, resolve it with
blackpoint_tenants_list. Otherwise enumerate all tenants the
partner can see.
Sweep open detections
For each tenant, call blackpoint_detections_list filtered to the
look-back window and status in {new, investigating}.
Rank
Sort by severity (critical → low), then tenant impact, then
recency (new outranks long-running investigating).
Enrich the top candidates
For the highest-ranked detections only, call
blackpoint_detections_get and blackpoint_assets_get to name
the affected host.
Assign dispositions
For each detection: escalate to Blackpoint SOC, investigate in-house, monitor, or likely-noise — with a one-line reason.
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.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| tenant | string | No | all tenants | Scope to one customer |
| hours | number | No | 24 | Look-back window in hours |
/triage-detections
/triage-detections --tenant "Contoso" --hours 8
/investigate-detection - Drill into a single ranked detection/tenant-exposure - Pivot to a tenant's exposure posturenpx claudepluginhub wyre-technology/msp-claude-plugins --plugin blackpoint/alert-triageTriages new SentinelOne alerts by severity, producing a summary table with counts per severity level and highlighting critical items requiring immediate attention.
/incident-triageLists open Huntress incidents filtered by severity and organization, producing a triage summary table with counts by severity and highlighting critical items needing immediate attention.
/tenant-exposureRuns exposure ranking for a single client or the full portfolio, assessing open critical findings, unmitigated threats, MFA gaps, and stale EDR coverage. Outputs a ranked list with top contributing factors and unmeasured clients.
/reporting-templatesGenerates pre-defined report templates by collecting data from the reporting skill, with options for MSSP executive summary, customer health dashboard, billing report, and detection analytics. Outputs formatted markdown/tables.
/security-postureReviews overall security posture by querying open findings by severity, agent/device coverage, and resolution trends over a configurable lookback period.
/threat-triageTriage recent email threats from Abnormal Security, filtering by severity, attack type, status, and date range. Returns a sorted report of threats with severity indicators and recommended actions.