{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-011",
  "limitations": [
    "Other key names and credential stores require separate review or policy coverage."
  ],
  "matcher": {
    "kind": "path",
    "value": ".ssh/id_rsa"
  },
  "reviewedAt": "2026-08-09",
  "risk": "critical",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-ssh-key-reads",
  "summary": "Require review before supported file-read surfaces access a common SSH private-key path.",
  "templateId": "require-approval-secret-reads",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "path",
      "value": ".ssh/id_rsa"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "path",
      "value": "benign-.ssh/id_rsa"
    }
  ],
  "threatSlugs": [
    "secret-exfiltration"
  ],
  "title": "Review SSH key reads"
}
