UCP Audit — Merchant Readiness Scanner
Scan a merchant's website and produce a UCP readiness report with a 0-100 score, asset inventory, gap analysis, and recommended integration path.
Prerequisites
- Python 3.10+ with requests, beautifulsoup4
- Merchant URL must be publicly accessible
Step 1: Check UCP Profile
1.1. Fetch {merchant_url}/.well-known/ucp
- If exists: parse JSON, validate against profile schema, record capabilities found
- If 404: record as "no UCP profile" (this is e
[Description truncada. Veja o README completo no GitHub.]