Balcoder commited on
Commit
7828ac4
·
verified ·
1 Parent(s): 7f5f70e

v0.1 initial snapshot — 50,684 endpoint aggregate rows (2026-05-11)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data/preflight_dataset_v0_1.csv filter=lfs diff=lfs merge=lfs -text
62
+ data/preflight_dataset_v0_1.jsonl filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International (CC BY 4.0)
2
+ SPDX-License-Identifier: CC-BY-4.0
3
+
4
+ This dataset is licensed under the Creative Commons Attribution 4.0
5
+ International License.
6
+
7
+ You are free to share and adapt the dataset for any purpose, including
8
+ commercial use, provided that you give appropriate credit to x402station.io,
9
+ provide a link to the license, and indicate if changes were made.
10
+
11
+ Full legal code:
12
+ https://creativecommons.org/licenses/by/4.0/legalcode
README.md CHANGED
@@ -1,3 +1,130 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: x402station.io Preflight Dataset v0.1
6
+ tags:
7
+ - x402
8
+ - agentic-commerce
9
+ - ai-agents
10
+ - endpoint-monitoring
11
+ - payment-safety
12
+ - timeseries-aggregation
13
+ task_categories:
14
+ - tabular-classification
15
+ size_categories:
16
+ - 10K<n<100K
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/preflight_dataset_v0_1.csv
22
+ ---
23
+
24
+ # x402station.io Preflight Dataset v0.1
25
+
26
+ x402station.io Preflight Dataset v0.1 — aggregated probe data from the x402 agentic-commerce network.
27
+
28
+ This dataset is a weekly public snapshot of endpoint-level aggregate health and risk signals used by Preflight by x402station.io. It is designed for citation, reproducibility, ecosystem analysis, and lightweight agent-routing research without exposing the raw probe-by-probe time-series that powers the paid API.
29
+
30
+ Canonical service: [https://x402station.io](https://x402station.io)
31
+ Open signal vocabulary: [https://x402station.io/spec#signals](https://x402station.io/spec#signals)
32
+ Dataset repository: [https://huggingface.co/datasets/x402station/preflight-dataset-v0_1](https://huggingface.co/datasets/x402station/preflight-dataset-v0_1)
33
+
34
+ ## Files
35
+
36
+ | File | Format | Contents |
37
+ |---|---:|---|
38
+ | `data/preflight_dataset_v0_1.csv` | CSV | Portable tabular snapshot. |
39
+ | `data/preflight_dataset_v0_1.jsonl` | JSONL | Same rows with `classification_reasons` as an array. |
40
+ | `dataset_manifest.json` | JSON | Export metadata, row count, file paths, and boundary policy. |
41
+
42
+ ## Schema
43
+
44
+ | Column | Type | Description |
45
+ |---|---|---|
46
+ | `endpoint_url` | string or null | Public endpoint URL when no query/userinfo/fragment/sensitive path segment is present. |
47
+ | `endpoint_hostname` | string | Hostname retained for every row; used when `endpoint_url` is redacted. |
48
+ | `endpoint_url_redacted` | boolean | `true` when the full URL was withheld. |
49
+ | `redaction_reason` | string or null | Pipe-separated reason: `userinfo`, `query_params`, `fragment`, `sensitive_path_segment`. |
50
+ | `service_id` | string | x402station service identifier from the public catalog surface. |
51
+ | `service_name` | string or null | Service display name. |
52
+ | `provider` | string or null | Provider/domain grouping used for concentration checks. |
53
+ | `category` | string or null | Catalog category when supplied upstream. |
54
+ | `classification` | string | Primary class chosen from `live`, `decoy_price_extreme`, `zombie`, `dead`, `dead_7d`, `mostly_dead`, `never_paid_zombie`, `new_provider`, `slow`, `price_outlier_high`, `high_concentration`. |
55
+ | `classification_reasons` | array or pipe-separated string | All classes that fired for the row. |
56
+ | `first_seen_at` | ISO 8601 or null | First time x402station.io saw the endpoint. |
57
+ | `last_probe_at` | ISO 8601 or null | Most recent probe included in the aggregate window. |
58
+ | `total_probes_30d` | integer | Count of HTTP-naked probes in the trailing 30-day window. |
59
+ | `uptime_30d_pct` | number or null | Percent of 30-day probes returning HTTP 200 or 402. |
60
+ | `latency_p50_ms` | integer or null | 30-day p50 latency across probes with an HTTP status. |
61
+ | `latency_p95_ms` | integer or null | 30-day p95 latency across probes with an HTTP status. |
62
+ | `latency_p99_ms` | integer or null | 30-day p99 latency across probes with an HTTP status. |
63
+ | `price_amount_usdc` | number or null | Current public catalog price amount, normalized as USDC where supplied. |
64
+ | `price_currency` | string or null | Current public catalog currency. |
65
+ | `cdp_l30d_calls` | integer or null | Coinbase CDP Bazaar 30-day settlement count when synced. |
66
+ | `cdp_l30d_unique_payers` | integer or null | Coinbase CDP Bazaar 30-day unique payer count when synced. |
67
+ | `cdp_last_called_at` | ISO 8601 or null | Last CDP-observed settled call timestamp when synced. |
68
+ | `cdp_last_synced_at` | ISO 8601 or null | Last CDP quality sync timestamp. |
69
+ | `has_free_trial` | boolean or null | Whether CDP enrichment reports a free trial path. |
70
+ | `generated_at` | ISO 8601 | Snapshot generation timestamp. |
71
+
72
+ ## Probe Methodology
73
+
74
+ x402station.io probes every indexed x402 endpoint on an approximately 10-minute cadence. A probe is an HTTP naked call: no `PAYMENT-SIGNATURE`, no paid settlement, and no attempt to consume protected paid content. The probe records aggregate availability evidence such as status class, network failure, and latency.
75
+
76
+ This public dataset contains endpoint-level aggregates only. It intentionally does not include raw probe-by-probe rows, raw response bodies, payment signatures, wallet identifiers, webhook payloads, or per-request time-series.
77
+
78
+ ## Classification Heuristics
79
+
80
+ The public classes mirror the x402station.io signal vocabulary documented at [https://x402station.io/spec#signals](https://x402station.io/spec#signals).
81
+
82
+ | Class | Heuristic |
83
+ |---|---|
84
+ | `live` | No v0.1 dataset class fired. Check `total_probes_30d` and `last_probe_at` before treating this as a guarantee. |
85
+ | `decoy_price_extreme` | Current price is at least `$1,000` USDC. |
86
+ | `zombie` | At least 3 probes in the last hour and zero healthy responses. |
87
+ | `dead` | At least 3 unhealthy probes in the last 30 minutes. |
88
+ | `dead_7d` | At least 20 probes in 7 days and zero healthy responses. |
89
+ | `mostly_dead` | At least 20 probes in 7 days and uptime below 50%. |
90
+ | `never_paid_zombie` | CDP synced, zero 30-day settled calls, no historical last-called timestamp, endpoint older than 30 days. |
91
+ | `new_provider` | Service first seen less than 24 hours before export. |
92
+ | `slow` | Last-hour average latency at least 2,000 ms, or 30-day p99 latency at least 5,000 ms. |
93
+ | `price_outlier_high` | Current price is at least 10x the provider/domain group median. |
94
+ | `high_concentration` | Provider/domain group accounts for at least 5% of active catalog endpoints. |
95
+
96
+ When multiple classes fire, `classification` is the highest-priority class and `classification_reasons` lists the complete set.
97
+
98
+ ## Refresh Cadence
99
+
100
+ The intended public cadence is weekly snapshot refresh. The paid Preflight API remains the fresh path for production agents that need current verdicts, batch checks, and SLA behavior.
101
+
102
+ ## License
103
+
104
+ CC-BY-4.0. Downstream usage should cite x402station.io and this dataset URL.
105
+
106
+ ## Citation
107
+
108
+ Plain text:
109
+
110
+ > x402station.io. x402station.io Preflight Dataset v0.1: aggregated probe data from the x402 agentic-commerce network. Hugging Face Datasets, 2026. https://huggingface.co/datasets/x402station/preflight-dataset-v0_1
111
+
112
+ BibTeX:
113
+
114
+ ```bibtex
115
+ @dataset{x402station_preflight_dataset_v0_1,
116
+ title = {x402station.io Preflight Dataset v0.1},
117
+ author = {{x402station.io}},
118
+ year = {2026},
119
+ publisher = {Hugging Face},
120
+ url = {https://huggingface.co/datasets/x402station/preflight-dataset-v0_1},
121
+ license = {CC-BY-4.0},
122
+ note = {Aggregated probe data from the x402 agentic-commerce network}
123
+ }
124
+ ```
125
+
126
+ ## Boundary Policy
127
+
128
+ Open: endpoint-level aggregate stats, public catalog metadata, classification labels, settlement count/recency aggregates when synced from CDP Bazaar.
129
+
130
+ Gated: raw probe-by-probe time-series, per-probe response detail, paid API freshness, bulk routing checks, webhook monitoring, and SLA surfaces.
data/preflight_dataset_v0_1.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3fd659a63246f863e7f70371f0d4fbe1c1ec17168cc391cd75faa1cb75ecfc6
3
+ size 16017908
data/preflight_dataset_v0_1.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7ff2bd1f9a65254e6dbb752d813cf81d8ac252d61b05a81aee116a85d70e7c
3
+ size 40450780
dataset_manifest.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "x402station/preflight-dataset-v0_1",
3
+ "dataset_url": "https://huggingface.co/datasets/x402station/preflight-dataset-v0_1",
4
+ "version": "0.1",
5
+ "generated_at": "2026-05-11T08:57:49.673Z",
6
+ "rows": 50684,
7
+ "source": "x402station.io aggregate probe store",
8
+ "boundary_policy": "Aggregated endpoint-level statistics only. Raw probe-by-probe time-series remains gated.",
9
+ "files": {
10
+ "csv": "data/preflight_dataset_v0_1.csv",
11
+ "jsonl": "data/preflight_dataset_v0_1.jsonl"
12
+ },
13
+ "columns": [
14
+ "endpoint_url",
15
+ "endpoint_hostname",
16
+ "endpoint_url_redacted",
17
+ "redaction_reason",
18
+ "service_id",
19
+ "service_name",
20
+ "provider",
21
+ "category",
22
+ "classification",
23
+ "classification_reasons",
24
+ "first_seen_at",
25
+ "last_probe_at",
26
+ "total_probes_30d",
27
+ "uptime_30d_pct",
28
+ "latency_p50_ms",
29
+ "latency_p95_ms",
30
+ "latency_p99_ms",
31
+ "price_amount_usdc",
32
+ "price_currency",
33
+ "cdp_l30d_calls",
34
+ "cdp_l30d_unique_payers",
35
+ "cdp_last_called_at",
36
+ "cdp_last_synced_at",
37
+ "has_free_trial",
38
+ "generated_at"
39
+ ],
40
+ "license": "CC-BY-4.0"
41
+ }