Blackpoint Asset Inventory — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Blackpoint Asset Inventory (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.
Assets are the leaves of the CompassOne hierarchy — every detection and vulnerability fires against one. This skill covers enumerating them, searching across classes, and mapping how they connect.
blackpoint_assets_list requires an asset class. The supported classes are:
endpoint — workstations, laptopsserver — physical and virtual serversnetwork — switches, routers, firewallscloud — cloud accounts and resourcesmobile — phones, tabletsiot — IoT and OT devices| Tool | Purpose |
|---|---|
blackpoint_assets_list | List assets of a given class for a tenant (paginated) |
blackpoint_assets_get | Full detail for one asset |
blackpoint_assets_search | Search assets across all classes by name / identifier |
blackpoint_assets_relationships | Walk parent / child / sibling links from a source asset |
blackpoint_tenants_get.blackpoint_assets_list once per class (endpoint,server, network, cloud, mobile, iot).
blackpoint_assets_search with a hostname, serial, oridentifier — it spans all classes, so you do not need to know the class first.
classes and tenant_ids filters if the searchreturns matches across multiple tenants.
blackpoint_assets_get on the match for full detail.blackpoint_assets_search.blackpoint_assets_relationships with the source asset ID.Use the direction filter (parent / child / sibling) and the related_class filter to control the walk.
detections to build a blast-radius view.
blackpoint_assets_list will not return"all assets" in one call; you must iterate the six classes. Use blackpoint_assets_search when you genuinely want a cross-class view.
asset records. Dedupe on hostname / serial before reporting counts.
assets; lifecycle changes happen in the CompassOne portal.
work spans many customers.
rather than guessing which class the user means.
blackpoint_assets_relationships with detection lookups whenthe question is about blast radius, not just topology.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.