blackpoint-multi-tenant-operations

Solid

Partner-level Blackpoint Cyber (CompassOne) operations: the partner-tenant hierarchy, enumerating customer tenants, sweeping detections and vulnerabilities across all of them, spotting volume anomalies, and building per-tenant scorecards.

AI & Automation 45 stars 24 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
55
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Blackpoint Multi-Tenant Operations The CompassOne partner account sees every customer tenant. This skill covers the partner-level operating loop: enumerate tenants, sweep across them, and roll up into a portfolio view. ## Anti-triggers - **`blackpoint_partners_*`** — the partners domain is a stub. Partner scope comes from the token itself; `blackpoint_tenants_list` is the only enumeration that works. - **Investigating one detection** — the drill-down flow is `blackpoint-incident-response`; this skill is the sweep across tenants, not the deep dive within one. - **A tenant portfolio in another product** — M365 tenants are `cipp-tenants` or `inforcer-tenant-management`; Blumira client accounts are `blumira-msp`. A CompassOne tenant maps to none of them automatically. ## The Partner-Tenant Model ``` Partner (the MSP) └── Tenant (customer) ← blackpoint_tenants_list / _get └── Asset └── Detections / Vulnerabilities ``` Every partner-level operation starts the same way: enumerate tenants, then iterate. Never present partner output without tenant attribution on every row. ## API Tools | Tool | Purpose | |------|---------| | `blackpoint_tenants_list` | Enumerate customer tenants (filter by account, status, name search) | | `blackpoint_tenants_get` | Detail for one tenant | | `blackpoint_detections_list` | Detections — call once per tenant with `tenant_id` | | `blackpoint_vulnerabilities_list` | Vulnerabilities — call once per tena...

Details

Author
wyre-technology
Repository
wyre-technology/msp-claude-plugins
Created
7 months ago
Last Updated
1 weeks ago
Language
Astro
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category