"Look up Common Vulnerabilities and Exposures (CVEs) with severity scores, affected software, exploitability status, and remediation guidance. Essential for security research, vulnerability management, and patch prioritization."
Resources
1Install
npx skillscat add sandbaseai/sandbase-skills/cve-lookup Install via the SkillsCat registry.
SKILL.md
CVE Lookup
Look up Common Vulnerabilities and Exposures (CVEs) with severity scores, affected software, exploitability status, and remediation guidance. Essential for security research, vulnerability management, and patch prioritization. Read the API map before selecting a capability.
Call SandBase capabilities
For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.
Available Tools
strale_cve_lookup
Workflow
- Understand the user's research question, target, and context.
- Call
sandbase_describe_toolfor each selected tool to confirm parameter schema. - Call
sandbase_call_toolwith the exact tool_name and schema-defined arguments. - Synthesize findings into a clear, evidence-backed answer.
- Cite sources, note evidence gaps, and separate observations from interpretations.
Guidelines
- Always call
sandbase_describe_toolbefore using any capability. - Cite sources and preserve attribution (URLs, usernames, dates, metrics).
- Separate factual observations from analysis and recommendations.
- If data is unavailable, note the gap and continue with available evidence.
- Read-only research only. Never take actions on platforms.