# Automated CVE Triage: CISA KEV & EPSS Prioritizer

**Use case:** 

Automate vulnerability triage with CISA KEV & EPSS. Get deterministic patch SLAs and LLM-ready JSON outputs instantly.

## Input

```json
{
  "raw_input": "AUDIT_LOG_EXPORT_EXAMPLE// Infra & Endpoints Triage\nFound critical indicators: CVE-2021-44228, CVE-2023-4966, CVE-2023-3519, CVE-2024-3400.\nSecondary exposures detected on perimeter: CVE-2023-38606, CVE-2023-23397, CVE-2020-0796.\nInternal services review: CVE-2015-1635, CVE-2021-3156, CVE-2022-0001, CVE-2023-0001. CVE-2022-42889 CVE-2026-87886 \nParser noise / syntax errors: invalidcve88595, CVE-999-1234, CVE-2024-ERR999.",
  "only_active_exploits": false,
  "days_delta": 0,
  "max_items": 100
}
```

## Output

```json
{
  "cve_id": {
    "label": "Cve id"
  },
  "priority": {
    "label": "Priority"
  },
  "utrp_score": {
    "label": "Utrp score"
  },
  "active_exploit": {
    "label": "Active exploit"
  },
  "ransomware_status": {
    "label": "Ransomware status"
  },
  "epss_score": {
    "label": "Epss score"
  },
  "llm_summary": {
    "label": "Llm summary"
  }
}
```

## About this Actor

This example demonstrates how to use [CVE Remediation Prioritizer: CISA KEV + EPSS Triage](https://apify.com/mnss0/cve-remediation-prioritizer.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mnss0/cve-remediation-prioritizer.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/mnss0/cve-remediation-prioritizer.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
