{
  "action": "review",
  "emergencyEligible": true,
  "id": "GPR-006",
  "limitations": [
    "This is an exact command-family guard, not a complete shell sandbox."
  ],
  "matcher": {
    "kind": "command",
    "value": "rm"
  },
  "reviewedAt": "2026-08-09",
  "risk": "critical",
  "schemaVersion": "guard-policy-recipe/v1",
  "slug": "review-destructive-shell-commands",
  "summary": "Require review before supported shell execution reaches a destructive command family.",
  "templateId": "limit-destructive-shell-commands",
  "tests": [
    {
      "expected": "review",
      "label": "matching synthetic case",
      "matcherKind": "command",
      "value": "rm"
    },
    {
      "expected": "unmatched",
      "label": "different benign synthetic case",
      "matcherKind": "command",
      "value": "benign-rm"
    }
  ],
  "threatSlugs": [
    "prompt-injection"
  ],
  "title": "Review destructive shell commands"
}
