# AgentOps Risk Audit for Prompt-Injection Quarantine

**Use case:** 

Audit the Prompt-Injection Quarantine for AgentOps to identify operational risks. Receive detailed risk summaries and source URLs for transparency.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "agentops-risk-audit",
  "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.