# Risk-only HACS health check

**Use case:** 

Checks selected HACS and GitHub repositories and returns only medium or high risk Home Assistant integration health signals.

## Input

```json
{
  "homeAssistantVersion": "2026.7.0",
  "integrations": [],
  "hacsRepos": [
    "hacs/integration",
    "custom-components/ble_monitor",
    "music-assistant/hass-music-assistant"
  ],
  "includeCoreIntegrations": false,
  "includeHacsRepos": true,
  "lookbackDays": 180,
  "riskOnly": true,
  "maxItems": 10,
  "githubToken": "***",
  "outputMode": "summary"
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "source_type": {
    "label": "Source",
    "format": "text"
  },
  "risk_level": {
    "label": "Risk",
    "format": "text"
  },
  "health_score": {
    "label": "Score",
    "format": "number"
  },
  "recommendation": {
    "label": "Recommendation",
    "format": "text"
  },
  "last_activity_at": {
    "label": "Last activity",
    "format": "date"
  },
  "open_issues": {
    "label": "Open issues",
    "format": "number"
  },
  "critical_issue_count": {
    "label": "Critical issues",
    "format": "number"
  },
  "breaking_change_count": {
    "label": "Breaking changes",
    "format": "number"
  },
  "sources": {
    "label": "Sources",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Home Assistant Integration Health Monitor](https://apify.com/animizio/home-assistant-integration-health-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/animizio/home-assistant-integration-health-monitor) to learn more, explore other use cases, and run it yourself.