{
  "rule_ids": [
    "curl_pipe_shell"
  ],
  "severity": "HIGH",
  "command_redacted": "curl -s \"https://api.openalex.org/works?search=smart+grid&filter=[REDACTED]&per_...",
  "findings": [
    {
      "rule_id": "curl_pipe_shell",
      "severity": "HIGH",
      "title": "Pipe to interpreter: curl | python3",
      "description": "Command pipes output from 'curl' directly to interpreter 'python3'. Downloaded content will be executed without inspection.\n  Safer: tirith run https://api.openalex.org/works?search=smart+grid&filter=primary_topic.domain.id:D4&per_page=2  — or: vet https://api.openalex.org/works?search=smart+grid&filter=primary_topic.domain.id:D4&per_page=2  (https://getvet.sh)",
      "evidence": [
        {
          "type": "command_pattern",
          "pattern": "pipe to interpreter",
          "matched": "curl -s \"https://api.openalex.org/works?search=smart+grid&filter=[REDACTED]&per_page=[REDACTED] sys,json; d=[REDACTED]; print('count:', d['meta']['count']); print('filter used:', 'primary_topic.domain.id')\" 2>&1"
        },
        {
          "type": "url",
          "raw": "https://api.openalex.org/works?search=smart+grid&filter=primary_topic.domain.id:D4&per_page=2"
        }
      ],
      "mitre_id": "T1059.004"
    }
  ],
  "timestamp": "2026-05-23T10:06:12.611211110+00:00"
}