{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-012",
  "limitations": [
    "Cloud credential locations vary; this recipe covers only the configured matcher."
  ],
  "matcher": {
    "kind": "path",
    "value": ".aws/credentials"
  },
  "reviewedAt": "2026-08-09",
  "risk": "critical",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-cloud-credential-reads",
  "summary": "Require review before supported file-read surfaces access a common cloud credential path.",
  "templateId": "require-approval-secret-reads",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "path",
      "value": ".aws/credentials"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "path",
      "value": "benign-.aws/credentials"
    }
  ],
  "threatSlugs": [
    "secret-exfiltration"
  ],
  "title": "Review cloud credential reads"
}
