{
  "rule_ids": [
    "pipe_to_interpreter"
  ],
  "severity": "HIGH",
  "command_redacted": "git show b3c11a2:src/jarvis_finance/storage/migrations.py | python -c 'import sy...",
  "findings": [
    {
      "rule_id": "pipe_to_interpreter",
      "severity": "HIGH",
      "title": "Pipe to interpreter: git | python",
      "description": "Command pipes output from 'git' directly to interpreter 'python'. Downloaded content will be executed without inspection.",
      "evidence": [
        {
          "type": "command_pattern",
          "pattern": "pipe to interpreter",
          "matched": "git show b3c11a2:src/jarvis_finance/storage/migrations.py | python -c 'import sys; a=[REDACTED]; print(\"\".join(f\"{i+1}|{a[i]}\" for i in range(2970,3035)))'"
        }
      ],
      "mitre_id": "T1059.004"
    }
  ],
  "timestamp": "2026-08-28T21:06:06.342549193+00:00"
}