# Artifact Hub Security Monitor

**Use case:** 

Monitor Artifact Hub packages for deprecation, signing, verified publisher, container image, and CVE security signals.

## Input

```json
{
  "searchQueries": [
    "ingress controller",
    "prometheus",
    "cert-manager"
  ],
  "packageUrls": [
    "https://artifacthub.io/packages/helm/bitnami/nginx"
  ],
  "packageKind": "helm",
  "maxItems": 150,
  "enrichDetails": true,
  "includeReadme": false,
  "includeAvailableVersions": false
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "repositoryName": {
    "label": "Repository"
  },
  "verifiedPublisher": {
    "label": "Verified"
  },
  "officialRepository": {
    "label": "Official"
  },
  "deprecated": {
    "label": "Deprecated"
  },
  "signed": {
    "label": "Signed"
  },
  "signatures": {
    "label": "Signatures"
  },
  "securityCritical": {
    "label": "Critical"
  },
  "securityHigh": {
    "label": "High"
  },
  "securityMedium": {
    "label": "Medium"
  },
  "securityLow": {
    "label": "Low"
  },
  "securityUnknown": {
    "label": "Unknown"
  },
  "allContainerImagesWhitelisted": {
    "label": "Images whitelisted"
  },
  "containersImages": {
    "label": "Container images"
  },
  "packageUrl": {
    "label": "Package URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Artifact Hub Packages Scraper](https://apify.com/automation-lab/artifact-hub-packages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/artifact-hub-packages-scraper) to learn more, explore other use cases, and run it yourself.