vulnerability_search
Perform a full-text vulnerability search in SecDB.
What this tool does
Searches across:
CVE entries
Security advisories
Exploit references
Product and vendor vulnerability data
Results are formatted in Markdown and include a search summary.
When to use this tool
Use this tool when the user asks:
to look up a CVE, advisory, exploit, or product
"show vulnerabilities for X"
"search for advisories about Y"
exploratory or broad vulnerability discovery
Inputs
query: free-text search term (CVE ID, advisory ID, product name, exploit name, vendor, keyword, etc.)
Outputs
results: array of Markdown-formatted search hits
summary: Markdown summary with counts and a link to continue searching on SecDB
LLM usage guidelines
Use this tool instead of assuming whether a CVE/advisory/exploit exists.
Present
resultsandsummarydirectly to the user-they are already Markdown.Combine with
vulnerability_score,epss_timeseries, orsightings_searchfor deeper analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | CVE ID, vulnerability name, Advisory ID, Exploit, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| summary | No | Search summary with found records (ID) and link for continue the search on SecDB |