{
  "rule_ids": [
    "pipe_to_interpreter"
  ],
  "severity": "HIGH",
  "command_redacted": "tail -20 ~/.hermes/memory.json 2>/dev/null || cat ~/.hermes/memory.json 2>/dev/n...",
  "findings": [
    {
      "rule_id": "pipe_to_interpreter",
      "severity": "HIGH",
      "title": "Pipe to interpreter: cat | python3",
      "description": "Command pipes output from 'cat' directly to interpreter 'python3'. Downloaded content will be executed without inspection.",
      "evidence": [
        {
          "type": "command_pattern",
          "pattern": "pipe to interpreter",
          "matched": "cat ~/.hermes/memory.json 2>/dev/null | python3 -c \"import json,sys; d=[REDACTED]; [print(e) for e in d.get('entries', d)[:5]]\""
        }
      ],
      "mitre_id": "T1059.004"
    }
  ],
  "timestamp": "2026-05-09T15:26:51.790655783+00:00"
}