{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-004",
  "limitations": [
    "Exact command matching is intentionally narrow; review adjacent shell and network controls for broader coverage."
  ],
  "matcher": {
    "kind": "command",
    "value": "curl"
  },
  "reviewedAt": "2026-08-09",
  "risk": "high",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-remote-install-scripts",
  "summary": "Require review before a supported shell action invokes a remote installer pattern.",
  "templateId": "limit-destructive-shell-commands",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "command",
      "value": "curl"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "command",
      "value": "benign-curl"
    }
  ],
  "threatSlugs": [
    "agent-skill-supply-chain",
    "malicious-packages"
  ],
  "title": "Review remote install scripts"
}
