search_host_vulns
Search host vulnerabilities detected by yamory. Returns triage level, status, affected host/package, solution, and advisory information.
Instructions
Search host vulnerabilities detected by yamory. Returns triage level, status, affected host/package, solution, and advisory information. Results are scoped to the configured team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed) | |
| size | No | Results per page (default: 100, max: 10000) | |
| status | No | Comma-separated statuses: open, in_progress, wont_fix_closed, not_vuln_closed, closed | |
| keyword | No | Search keyword — matches against project name, package name, CVE-ID, etc. | |
| vulnType | No | Vulnerability type filter | |
| cvssScore | No | Minimum CVSS score (0-10.0) | |
| includeKev | No | If true, only CISA KEV vulnerabilities | |
| includePoc | No | If true, only vulnerabilities with PoC | |
| yamoryTags | No | Comma-separated management tags | |
| triageLevel | No | Comma-separated triage levels: immediate, delayed, minor, none | |
| openTimestamp | No | Detected after this date. Format: YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (UTC) |