# Agent Tool Risk Audit with Source Evidence

**Use case:** 

This task provides detailed agent tool risk audit reports. Each report includes source evidence, schemas, and match reasons.

## Input

```json
{
  "buyerQuery": "Deterministic fixture Deliverable Name for Agent Tool Risk Audit",
  "taskIntent": "buyer-ready-product-run",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

## Output

```json
{
  "deliverableName": {
    "label": "Deliverable Name"
  },
  "status": {
    "label": "Status"
  },
  "scopeSummary": {
    "label": "Scope Summary"
  },
  "evidenceItems": {
    "label": "Evidence Items"
  },
  "recommendedActions": {
    "label": "Recommended Actions"
  },
  "completedAt": {
    "label": "Completed At"
  }
}
```

## About this Actor

This example demonstrates how to use [Agent Tool Risk Audit](https://apify.com/zentrafoundry/agent-tool-risk-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/agent-tool-risk-audit) to learn more, explore other use cases, and run it yourself.