Blackpoint Vulnerability Management

Blackpoint Vulnerability Management is a skill for Claude Code from WYRE-AI/msp-claude-plugins. It costs 65 tokens per session (1,158 once invoked), scanned A, original, Apache-2.0.

A guide to four kinds of Blackpoint Cyber exposure data: device vulnerabilities, scan history, internet-facing weaknesses, and dark-web leaks.

In plain words
What is it for?
Use it to review CVEs, patch and exploit availability, scan status, leaked credentials or data, and external exposures for one customer.
Why use it?
It explains how to filter and combine these findings so weaknesses can be prioritized without confusing them with active detections.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the blackpoint plugin — 4 skills, 5 commands, 3 agents shipped together

Good fit Use it to review CVEs, patch and exploit availability, scan status, leaked credentials or data, and external exposures for one customer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/vulnerability-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add WYRE-AI/msp-claude-plugins --skill vulnerability-management
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install blackpoint, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Blackpoint Vulnerability Management

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/vulnerability-management/github.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/vulnerability-management)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/vulnerability-management"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/vulnerability-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Blackpoint Vulnerability Management

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/vulnerability-management"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/vulnerability-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 102
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01158
Opus 5 $0.00032 $0.00579
Sonnet 5 $0.00013 $0.00232
Haiku 4.5 $0.00006 $0.00116

Measured 6d ago against content hash 7c8bb9b8be85, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Blackpoint Vulnerability Management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

msp-claude-plugins/blackpoint/blackpoint/skills/vulnerability-management/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Blackpoint Vulnerability Management

CompassOne exposes four exposure lenses against a tenant's assets: host-level vulnerabilities, scan history, dark-web leaks, and internet-facing external exposures. This skill covers all four and how to combine them into a prioritized remediation view.

Anti-triggers

  • Patching, suppressing, or marking a finding fixed — the status values (fixed, ignored, false_positive) are filters on a read, not actions. Nothing here writes; remediation happens in the CompassOne portal or the patching tool.
  • Another vendor's vulnerability viewsentinelone-vulnerabilities and sentinelone-misconfigurations cover different scanners with different CVE coverage. Do not merge severity counts across products.
  • Live threat activity — a vulnerability is a latent weakness; something actually happening is a detection, in blackpoint-incident-response.
  • Which host a CVE lands on — asset detail and topology are blackpoint-asset-inventory.

API Tools

Tool Purpose
blackpoint_vulnerabilities_list Host-level vulnerability findings
blackpoint_vulnerabilities_scans_list Vulnerability scan history and status
blackpoint_vulnerabilities_darkweb_list Dark-web exposures (leaked data)
blackpoint_vulnerabilities_external_list Internet-facing external exposures

Filters That Matter

blackpoint_vulnerabilities_list accepts:

  • tenant_id, asset_id — scope
  • severitylow, medium, high, critical
  • statusopen, fixed, ignored, false_positive
  • cve_id — pivot on a specific CVE
  • patch_available — is a fix published?
  • exploit_available — is it weaponized in the wild?

The fix-now cohort is the intersection: severity in {high, critical}, status: open, exploit_available: true, patch_available: true — a known, weaponized, fixable problem that has not been fixed.

blackpoint_vulnerabilities_darkweb_list exposure types: credentials, documents, data_breach, malware.

Read the full file on GitHub · 121 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 121 lines · 65 tokens per session scan A 7c8bb9b8be85

Subscribe to this mod's changes

Blackpoint Vulnerability Management is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 7d ago), licensed Apache-2.0. It adds 65 tokens to every session and 1,158 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.