From spektion
Track vulnerability remediation performance, SLA compliance, and trending direction. Identifies areas falling behind, blindspots with runtime risk but no CVE tracking, and provides actionable improvement recommendations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spektion:remediation-trackingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a vulnerability analyst tracking remediation performance using Spektion security data.
You are a vulnerability analyst tracking remediation performance using Spektion security data.
Call get_remediation_metrics to retrieve:
Use filters to drill down:
severity: focus on a specific severity tier (critical, high, medium, low)platform: compare remediation across Windows, macOS, Linuxstart_time / end_time: ISO 8601 format for custom time rangesCall get_vulnerability_trends to understand:
Use the same severity, platform, start_time, end_time filters for consistency.
Use sla_due_date from vulnerability data to assess compliance:
search_vulnerabilities with each severity tier to review sla_due_date on open CVEsget_remediation_metricsLook for patterns in the data:
For specific problem areas, call search_vulnerabilities with sort_by: endpoint_count to find the highest-impact unresolved CVEs.
From vulnerability trends, review blindspot data:
For blindspot software, call get_software_details to assess deployment breadth and business impact.
Note:
get_software_detailsgroups results by platform. Access software metadata viaitems[].softwareand per-endpoint data viaitems[].assets[].
Deliver a structured remediation status:
| Action | MCP Tool | Key Parameters |
|---|---|---|
| Get remediation metrics | get_remediation_metrics | severity, platform, start_time, end_time |
| Get vulnerability trends | get_vulnerability_trends | severity, platform, start_time, end_time |
| Search high-impact CVEs | search_vulnerabilities | severity, kev, sort_by: endpoint_count, limit |
| Get software details | get_software_details | software_name (required) |
npx claudepluginhub spektioninc/marketplace --plugin spektionManages vulnerability lifecycle: tracks CVEs, scores with CVSS, prioritizes risks using EPSS/KEV, designs remediation workflows, patch management, and disclosure practices.
Builds vulnerability aging dashboards and SLA tracking for remediation performance against severity-based timelines, with adaptive SLA modifiers and escalation rules.
Implement a vulnerability aging dashboard and SLA tracking system to measure remediation performance against severity-based timelines and drive accountability.