{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-014",
  "limitations": [
    "Credential helpers and platform keychains are separate surfaces."
  ],
  "matcher": {
    "kind": "path",
    "value": ".git-credentials"
  },
  "reviewedAt": "2026-08-09",
  "risk": "critical",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-git-credential-access",
  "summary": "Require review before supported file-read surfaces access a Git credential store.",
  "templateId": "require-approval-secret-reads",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "path",
      "value": ".git-credentials"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "path",
      "value": "benign-.git-credentials"
    }
  ],
  "threatSlugs": [
    "secret-exfiltration"
  ],
  "title": "Review Git credential access"
}
