{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-001",
  "limitations": [
    "Path matching is surface-specific and does not replace operating-system access controls."
  ],
  "matcher": {
    "kind": "path",
    "value": ".env"
  },
  "reviewedAt": "2026-08-09",
  "risk": "critical",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-secret-file-reads",
  "summary": "Require review before supported agents read common local secret files.",
  "templateId": "require-approval-secret-reads",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "path",
      "value": ".env"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "path",
      "value": "benign-.env"
    }
  ],
  "threatSlugs": [
    "secret-exfiltration"
  ],
  "title": "Review secret-file reads"
}
