{
  "rule_ids": [
    "schemeless_to_sink"
  ],
  "severity": "MEDIUM",
  "command_redacted": "curl -s -4 ifconfig.me 2>/dev/null || echo \"Sem IPv4 público\"",
  "findings": [
    {
      "rule_id": "schemeless_to_sink",
      "severity": "MEDIUM",
      "title": "Schemeless URL in sink context",
      "description": "URL without explicit scheme passed to a command that downloads/executes content",
      "evidence": [
        {
          "type": "url",
          "raw": "ifconfig.me"
        }
      ]
    }
  ],
  "timestamp": "2026-07-29T09:27:49.604767495+00:00"
}