Audit public commerce-site signals before declaring a store “AI shopping ready.”
agentic-commerce-audit inspects a public URL and emits evidence for homepage reachability, robots.txt, sitemap.xml, llms.txt, Product JSON-LD, Offer price/currency data, and an explicit UCP declaration.
It does not place orders, log in, scrape private content, claim protocol certification, or send data to a hosted service.
git clone https://github.com/pathakanshika144-afk/agentic-commerce-audit.git
cd agentic-commerce-audit
python -m commerce_audit.cli --url https://example.com --output outThe command writes commerce-audit.json and commerce-audit.md with source URLs for every finding.
The score counts public signals, not commercial readiness. A missing llms.txt, Product schema, or UCP declaration is a finding to investigate, not proof that a merchant cannot sell through an AI agent.
See a real public run.
python -m unittest discover -s tests -v