{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-013",
  "limitations": [
    "Configuration filenames differ by ecosystem and workspace."
  ],
  "matcher": {
    "kind": "path",
    "value": ".npmrc"
  },
  "reviewedAt": "2026-08-09",
  "risk": "high",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-package-manager-config",
  "summary": "Require review when supported file-read surfaces access package-manager configuration that can redirect installs.",
  "templateId": "require-approval-secret-reads",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "path",
      "value": ".npmrc"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "path",
      "value": "benign-.npmrc"
    }
  ],
  "threatSlugs": [
    "malicious-packages"
  ],
  "title": "Review package-manager configuration access"
}
