# Audit Every Apify Actor for Compliance Risk

**Use case:** 

Scan your whole Apify account in one run. Rank every actor by PII, GDPR and ToS risk and see which to fix first.

## Input

```json
{
  "targetActorId": "ryanclinton/fred-economic-data",
  "fleetScan": true,
  "maxActors": 40,
  "includeDocumentationChecks": true,
  "includeSchemaChecks": true,
  "includeAgenticReadiness": true,
  "includeChangeSignals": true,
  "policyProfile": "enterprise",
  "strictMode": false,
  "includePrivacyReviewPacket": false,
  "emitSignals": true,
  "outputMode": "full"
}
```

## Output

```json
{
  "decision": {
    "label": "Decision"
  },
  "reviewPriority": {
    "label": "Priority"
  },
  "riskPosture": {
    "label": "Posture"
  },
  "actorName": {
    "label": "Actor"
  },
  "overallRisk": {
    "label": "Risk"
  },
  "weightedOverallScore": {
    "label": "Score"
  },
  "confidenceLevel": {
    "label": "Confidence"
  },
  "insight": {
    "label": "Insight"
  },
  "recommendedAction": {
    "label": "Action"
  },
  "scannedAt": {
    "label": "Scanned at"
  }
}
```

## About this Actor

This example demonstrates how to use [Actor Compliance Scanner — PII, GDPR & TOS Risk Audit](https://apify.com/ryanclinton/actor-compliance-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-compliance-scanner) to learn more, explore other use cases, and run it yourself.