cve-validation
Installation
SKILL.md
CVE Validation Skill
This skill validates CVE identifiers and checks remediation availability in Red Hat Lightspeed, ensuring CVEs are valid and remediable before investing effort in remediation planning.
Integration with Remediation Skill: The /remediation skill orchestrates this skill as part of its Step 2 (Validate CVE) workflow. For standalone CVE validation, you can invoke this skill directly.
Invocation Note (Host-Specific)
When invoked by another skill (e.g. remediation), use the Skill tool—do NOT use "Task Output" with the skill name as task ID. That causes "No task found with ID: cve-validation". See skill-invocation.md.
Prerequisites
Required MCP Servers: lightspeed-mcp (setup guide)
Required MCP Tools:
get_cve(from lightspeed-mcp) - Get CVE metadata and validation
Required Environment Variables:
LIGHTSPEED_CLIENT_ID- Red Hat Lightspeed service account client ID
Related skills