{
  "question": "does an app have outbound egress?",
  "fetch_exists": true,
  "results": {
    "public": {
      "url": "https://example.com/",
      "why": "plain outbound internet",
      "reached": true,
      "status": 200,
      "ms": 83
    },
    "metadata": {
      "url": "http://169.254.169.254/",
      "why": "cloud instance metadata (SSRF)",
      "reached": true,
      "status": 200,
      "ms": 2
    },
    "localhost": {
      "url": "http://127.0.0.1:9443/",
      "why": "host-local listener",
      "reached": false,
      "error": "TypeError",
      "message": "NetworkError when attempting to fetch resource",
      "ms": 1
    }
  }
}