{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-009",
  "limitations": [
    "The matcher must be replaced with a real supported tool identifier before rollout."
  ],
  "matcher": {
    "kind": "tool",
    "value": "high-risk-action"
  },
  "reviewedAt": "2026-08-09",
  "risk": "high",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-high-risk-actions",
  "summary": "Route a named high-risk tool action to human review before execution.",
  "templateId": "route-high-risk-actions-to-team",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "tool",
      "value": "high-risk-action"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "tool",
      "value": "benign-high-risk-action"
    }
  ],
  "threatSlugs": [
    "prompt-injection"
  ],
  "title": "Review high-risk tool actions"
}
