Blackpoint Multi-Tenant Operations — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Blackpoint Multi-Tenant Operations (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.
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.
Partner (the MSP)
└── Tenant (customer) ← blackpoint_tenants_list / _get
└── Asset
└── Detections / VulnerabilitiesEvery partner-level operation starts the same way: enumerate tenants, then iterate. Never present partner output without tenant attribution on every row.
| 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 tenant |
blackpoint_vulnerabilities_external_list | External exposures per tenant |
blackpoint_vulnerabilities_darkweb_list | Dark-web exposures per tenant |
blackpoint_tenants_list — enumerate all customers.blackpoint_detections_list filtered to a recentwindow and status in {new, investigating}.
detection types.
apparent baseline is itself the signal.
blackpoint_vulnerabilities_list,blackpoint_vulnerabilities_external_list, and blackpoint_vulnerabilities_darkweb_list.
external-exposure count, dark-web count.
remediation effort.
new detections from the last 24h across all of them.alert-response-coordinator agent).
tenant returned; a 403 on drill-down means scoping, not a bad token.
blackpoint_tenants_list and per-tenantdetection lists can both paginate; fully page before claiming a count is complete.
state changes happen in the CompassOne portal.
blackpoint_tenants_list — never hard-code atenant set.
without attribution.
per-tenant scorecard.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.