AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Blackpoint Incident Response

skill-wyre-ai-msp-claude-plugins-incident-response · by WYRE-AI

>

— No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-wyre-ai-msp-claude-plugins-incident-response

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wyre-ai-msp-claude-plugins-incident-response)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Blackpoint Incident Response? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Blackpoint Incident Response

The functional Blackpoint tool surface today is read-only and centers on detections and the assets they fire against. This skill walks the investigation flow: tenant → asset → detections → vulnerabilities, plus dark-web and external-vulnerability cross-references.

Anti-triggers

  • Responding, acknowledging, isolating, or closing — despite the

skill name there is no incident object and no write tool here. The MCP surface cannot mutate CompassOne state; response happens in the portal. If the intent is an actionable incident lifecycle, the operator is probably thinking of huntress-incidents or sentinelone-alerts.

  • blackpoint_alerts_* and blackpoint_tickets_* — those domains

are stubs, not an alternative alerting surface. Detections are the only detection object Blackpoint exposes.

  • Exposure work in its own right — CVE filtering, scan history,

dark-web, and external exposure have their own skill: blackpoint-vulnerability-management. Use this one only when a detection is the starting point.

  • Sweeping every customer rather than investigating one — use

blackpoint-multi-tenant-operations.

API Tools

Tenants

| Tool | Purpose | |------|---------| | blackpoint_tenants_list | Partner's customer tenants | | blackpoint_tenants_get | Detail for one tenant |

Assets

| Tool | Purpose | |------|---------| | blackpoint_assets_list | Assets for a tenant | | blackpoint_assets_get | Detail for one asset | | blackpoint_assets_search | Search assets by name / identifier | | blackpoint_assets_relationships | Asset relationships (parent / child / related) |

Detections

| Tool | Purpose | |------|---------| | blackpoint_detections_list | Detections for the tenant / asset scope | | blackpoint_detections_get | Full detail for one detection |

Vulnerabilities

| Tool | Purpose | |------|---------| | blackpoint_vulnerabilities_list | Known vulnerabilities for the scope | | blackpoint_vulnerabilities_scans_list | Recent scan results | | blackpoint_vulnerabilities_darkweb_list | Dark-web exposure findings | | blackpoint_vulnerabilities_external_list | External (internet-facing) vulnerabilities |

Common Workflows

Walk a detection end-to-end

  1. Identify the tenant: blackpoint_tenants_list →

blackpoint_tenants_get.

  1. List recent detections: blackpoint_detections_list.
  2. Pick the detection of interest: blackpoint_detections_get.
  3. Pivot to the affected asset:

blackpoint_assets_get and blackpoint_assets_relationships.

  1. Cross-reference vulnerabilities on that asset:

blackpoint_vulnerabilities_list.

Per-tenant exposure rollup

  1. blackpoint_tenants_get to confirm scope.
  2. blackpoint_vulnerabilities_external_list for internet-facing

exposure.

  1. blackpoint_vulnerabilities_darkweb_list for credential / data

leakage.

  1. blackpoint_vulnerabilities_scans_list for recent scan history.
  2. Roll up: count by severity, age, and asset. Surface anything

high-severity with no recent scan.

Asset relationship map

  1. blackpoint_assets_search to find the entry asset.
  2. blackpoint_assets_relationships to enumerate connected assets.
  3. For each related asset, summarize detections and vulnerabilities

to build a blast-radius view.

Multi-tenant detection sweep (partner view)

  1. blackpoint_tenants_list to enumerate customers.
  2. For each tenant, call blackpoint_detections_list for a recent

window.

  1. Roll up: detections per tenant, severity distribution, top

detection types.

  1. Surface tenants with abnormal volume or new detection types as

priority follow-ups.

Edge Cases

  • Stub domains — blackpoint_alerts_*,

blackpoint_cloud_security_*, blackpoint_notifications_*, blackpoint_partners_*, blackpoint_threat_intel_*, and blackpoint_tickets_* are placeholders today and should not be invoked. Prefer the four functional domains.

  • Read-only — Any "respond" or "acknowledge" action must happen

in the CompassOne portal; the MCP surface cannot mutate state yet.

  • Asset identity drift — Re-imaged endpoints can produce two

asset records. Use blackpoint_assets_search and dedupe on hostname / serial before reporting.

Best Practices

  • Always include tenant name in every output — partner-level work

spans many customers and ambiguity bites.

  • Pair detections with the associated asset and any related

vulnerabilities in a single view; analysts should not have to chase the link themselves.

  • For QBRs, pull the external-vulnerability list and dark-web list

together — they tell complementary stories.

Related Skills

  • [api-patterns](../api-patterns/SKILL.md) - Auth, hierarchy, pagination

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.