# Prompt-Injection Quarantine Buyer-Ready Exports

**Use case:** 

Sanitize records from AgentOps sources for prompt-injection risks. Receive buyer-ready data with source URLs and match reasons.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "agentops-buyer-export",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

## 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.