Amazon and Walmart shopping bots can spot fake Made in USA labels. They stay quiet.

A Columbia Law study found Amazon and Walmart AI shopping assistants detect fraudulent country-of-origin claims but often do not flag them. Detection without enforcement is a product choice.

SaifullahSaifullah
4 min read
Amazon and Walmart shopping bots can spot fake Made in USA labels. They stay quiet.

A shopping assistant that knows a label is fake but stays quiet is not broken AI. It is AI aligned to the wrong objective.

That is the finding from a debut study at Columbia Law School's Center on Law and Political Economy, founded by former FTC chair Lina Khan. Researchers found that Amazon and Walmart AI shopping bots can spot fake "Made in USA" claims during product queries, but often do not tell shoppers the label is fraudulent.

The Rundown Tech digest flagged the story as a quick hit. It deserves more attention from anyone shipping agentic commerce tools.

What the study tested

Country-of-origin labeling matters for tariffs, patriotism marketing, and buyer trust. "Made in USA" carries a price premium. That premium invites fraud: foreign goods with domestic-looking badges.

Researchers queried shopping assistants on major retail platforms about products with suspicious origin claims. The bots frequently identified inconsistencies between marketing language, seller data, and known manufacturing locations.

Then the failure mode appeared: detection did not trigger user warnings or listing challenges in many cases.

StageWhat workedWhat broke
Query understandingBots parsed origin claimsN/A
Fraud signal detectionOften identified mismatchN/A
User notificationInconsistentShoppers left uninformed
Listing enforcementNot visible to researchersMisleading badges stayed live

Why this is an applied AI problem, not a retail gossip story

Every team building buying agents will face the same triangle:

  1. Accuracy: Can the model detect policy violations?
  2. UX: Should the agent interrupt the purchase flow?
  3. Business: Who pays when friction drops conversion?

Amazon and Walmart have the capital to run world-class detection models. The study suggests gate three wins when detection conflicts with closing the sale.

That is not a model quality issue. It is product governance.

Comparison diagram showing shopping bot detecting fraudulent country-of-origin labels but not enforcing action

Parallels I see in client agent projects

Trust and safety as optional middleware

Teams wire classifiers after the demo ships. The classifier fires logs internally. Nothing user-facing changes because PMs fear hurting funnel metrics.

Fix: define hard stops before launch. If fraud confidence > X, the agent must surface a warning or refuse to recommend.

Objective mismatch in RLHF and routing

Shopping bots optimize for helpfulness and purchase completion. Warning about seller fraud feels "unhelpful" to naive reward models. You need explicit training data where protecting the user is the successful outcome.

Liability vs transparency

Retailers may fear that flagging fraud admits platform knowledge of bad listings. Lawyers and engineers pull in opposite directions. The DSA/VLOP era (see my EU platform post) pushes toward documented mitigation anyway.

What good enforcement looks like

If I were designing a commerce agent today:

Tier 1: Soft disclosure

"This listing claims Made in USA, but supplier records suggest overseas assembly. Want alternatives?"

Tier 2: Ranking penalty

Do not feature high-confidence fraud in "best match" slots.

Tier 3: Seller escalation

Auto-open trust review tickets with evidence bundles, not just user reports.

Tier 4: Refuse transaction

For repeat offenders, the agent declines to add to cart.

None of this requires AGI. It requires product courage.

Policy context

Made in USA fraud intersects with FTC enforcement, tariff politics, and domestic manufacturing subsidies. AI assistants sit in the middle as unofficial regulators with no statutory mandate but massive influence on purchase decisions.

Khan's center publishing this study keeps pressure on platforms that market AI as consumer protection while silently passing fraudulent listings.

Builder takeaway

The Columbia study is a case study in detection without accountability. Your model can be right and your product can still harm users if warnings never surface.

Before you ship a sales agent, ask: what happens when we are confident the seller is lying? If the answer is "log it and check out anyway," you are building the same system Amazon and Walmart allegedly have.

I help ops and product teams wire agent guardrails where business incentives and user safety align. Book a free discovery call if you want a second pair of eyes on your commerce or lead-qualification flows.

Share this post

Related posts