x402-surface-check 0.2.32 → 0.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ It accepts an x402 manifest or OpenAPI URL, derives public endpoints, sends no-p
|
|
|
6
6
|
|
|
7
7
|
npm: https://www.npmjs.com/package/x402-surface-check
|
|
8
8
|
Attack-map field note: https://tateprograms.com/x402-attack-map-2026.html
|
|
9
|
+
Paid re-check or fix sprint: https://tateprograms.com/x402-fix-sprint.html
|
|
10
|
+
Machine-readable service catalog: https://tateprograms.com/services.json
|
|
9
11
|
|
|
10
12
|
```bash
|
|
11
13
|
npx --yes x402-surface-check https://api.example.com/.well-known/x402
|
|
@@ -65,6 +67,16 @@ Recent public no-payment checks have found and verified real launch fixes:
|
|
|
65
67
|
|
|
66
68
|
Field notes and browser version: https://tateprograms.com/x402-surface-check.html
|
|
67
69
|
|
|
70
|
+
## Paid Re-checks And Fix Sprints
|
|
71
|
+
|
|
72
|
+
If a public check finds a launch blocker and you want private follow-up, Tate Programs offers fixed-scope help:
|
|
73
|
+
|
|
74
|
+
- `$49` private re-check for one manifest, endpoint, OpenAPI file, or PR
|
|
75
|
+
- `$149` launch review with spend map and patch order
|
|
76
|
+
- `$299` small authorized fix sprint for one blocker such as browser-readable 402s, cache headers, canonical resource URLs, discovery docs, registry proof, or idempotency notes
|
|
77
|
+
|
|
78
|
+
Start with the scope page before paying: https://tateprograms.com/x402-fix-sprint.html
|
|
79
|
+
|
|
68
80
|
## Options
|
|
69
81
|
|
|
70
82
|
```bash
|