{
  "rule_ids": [
    "pipe_to_interpreter"
  ],
  "severity": "HIGH",
  "command_redacted": "tailscale status --json 2>/dev/null | python3 - <<'PY'\nimport sys,json\ns=[REDACT...",
  "findings": [
    {
      "rule_id": "pipe_to_interpreter",
      "severity": "HIGH",
      "title": "Pipe to interpreter: tailscale | python3",
      "description": "Command pipes output from 'tailscale' directly to interpreter 'python3'. Downloaded content will be executed without inspection.",
      "evidence": [
        {
          "type": "command_pattern",
          "pattern": "pipe to interpreter",
          "matched": "tailscale status --json 2>/dev/null | python3 - <<'PY'"
        }
      ],
      "mitre_id": "T1059.004"
    }
  ],
  "timestamp": "2026-06-10T21:34:17.453092685+00:00"
}