How to Assess Severity Scores with OpenClaw
Vulnerability severity assessment with OpenClaw and ToolRouter. Prioritize by CVSS.
ToolVulnerability DatabaseOpenClaw can batch-process your entire vulnerability inventory, pull CVSS scores for each entry, rank them by exploitability and impact, and output a prioritized remediation queue ready for import into your project tracker. Run it after every scan to keep your backlog sorted by real risk.
Connect ToolRouter to OpenClaw
1Install the CLI
npm install -g toolrouter-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Vulnerability Database tool:
- Ask OpenClaw: "Assess the severity of these CVEs" and provide the IDs
- OpenClaw retrieves CVSS scores and provides prioritization
- Address vulnerabilities in priority order based on the assessment
Example Prompt
Try this with OpenClaw using the Vulnerability Database tool
Rank these CVEs by severity: CVE-2024-1234, CVE-2024-5678, CVE-2024-9012. Include CVSS scores and exploitability metrics.
Tips
- CVSS scores are a starting point -- always consider your specific context
- Vulnerabilities with public exploits should be prioritized regardless of CVSS score
- Track your mean time to remediate by severity level as a security program metric