# Daily Zentra Prompt-Injection Quarantine Monitor

**Use case:** 

Regularly assess datasets for prompt-injection risks. Obtain buyer-ready records with source URLs and match reasons for informed decisions.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "monitor-recurring-signals",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity Name",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "evidenceUrl": {
    "label": "Evidence Url",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Prompt Injection Dataset Scanner](https://apify.com/zentrafoundry/zentra-prompt-injection-quarantine) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/zentra-prompt-injection-quarantine) to learn more, explore other use cases, and run it yourself.