ToolAssay

Passive HTTP security header review for an authorized external target (no exploi

Passive HTTP security header review for an authorized external target (no exploitation; platform hosts blocked)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
2618 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://conc-exe.xyz/api/concierge-security-headers

CategoryEverything else
Provider hostconc-exe.xyz
Networkseip155:42161, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days5 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 2618 ms

Example input (from the provider)

{
  "body": {
    "allowlist": [
      "*.example.com"
    ],
    "authorized": true,
    "target": "https://app.example.com"
  },
  "bodyType": "json",
  "headers": {
    "Content-Type": "application/json"
  },
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "allowlist": {
              "description": "Optional hostname allowlist",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "authorized": {
              "description": "Must be true \u2014 caller attests permission",
              "type": "boolean"
            },
            "target": {
              "description": "Authorized external https origin (never conc-exe.xyz)",
              "type": "string"
            }
          },
          "required": [
            "target",
            "authorized"
          ],
          "type": "object"
        },
        "bodyType": {
          "const": "json"
        },
        "headers": {
          "type": "object"
        },
        "method": {
          "const": "POST"
        },
        "type": {
          "const": "http"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "checks": {
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "disclaimer": {
              "type": "string"
            },
            "kind": {
              "type": "string"
            },
            "ok": {
              "type": "boolean"
            },
            "summary": {
              "type": "object"
            },
            "target": {
              "type": "object"
            }
          },
          "required": [
            "ok",
            "kind",
            "target"
          ],
          "type": "object"
        },
        "example": {
          "additionalProperties": false,
          "properties": {
            "checks": {
              "items": {
                "type": "object"
              },
              "type": "array"
            },
            "disclaimer": {
              "type": "string"
            },
            "kind": {
              "type": "string"
            },
            "ok": {
              "type": "boolean"
            },
            "summary": {
              "type": "object"
            },
            "target": {
              "type": "object"
            }
          },
          "required": [
            "ok",
            "kind",
            "target"
          ],
          "type": "object"
        },
        "type": {
          "const": "json"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON