Walmart review authenticity β fake reviews, WFS verified badge analysis, red flags.
Send this command to your AI agent:
npx skills add https://github.com/nexscope-ai/eCommerce-Skills/tree/main/review-checker/walmart-review-checker --skill walmart-review-checker---
name: walmart-review-checker
version: 1.0.0
description: "Walmart review authenticity analyzer. Detect fake reviews, suspicious patterns, and rating manipulation. Includes WFS verified badge analysis, incentivized review detection, and Walmart-specific red flag identification. No API key required."
metadata: {"nexscope":{"emoji":"π","category":"ecommerce"}}
---
Review authenticity analyzer for Walmart β detect fake reviews, suspicious patterns, and feedback manipulation.
npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker -g
| Signal | Description |
|--------|-------------|
| WFS Badge | Verified fulfillment patterns |
| Incentivized | "Received free product" indicators |
| Review timing | Clustered reviews in short periods |
| Generic comments | Templated review patterns |
| Score | Level | Description |
|-------|-------|-------------|
| 70-100 | β Low Risk | Reviews appear authentic |
| 50-69 | β οΈ Medium Risk | Some concerns found |
| 30-49 | π΄ High Risk | Multiple red flags |
| 0-29 | π Critical | Likely manipulated reviews |
Check these Walmart reviews:5 stars - Great product, fast shipping from WFS!
5 stars - Exactly as described, love it!
1 star - Arrived damaged.
python3 scripts/analyzer.py '[
{"content": "Great product!", "rating": 5, "date": "2024-01-15", "wfs_verified": true},
{"content": "Amazing!", "rating": 5, "date": "2024-01-15", "wfs_verified": false}
]'
python3 scripts/analyzer.py --demo
π Walmart Review Authenticity ReportProduct: Example Product
Reviews: 25
Analysis Level: L3
ββββββββββββββββββββββββ
Authenticity Score: 74/100 β
Low Risk - Reviews appear authentic.
ββββββββββββββββββββββββ
Detection Results
β
Time Clustering: Normal
β
WFS Verified Ratio: 68% (healthy)
β οΈ Generic Comments: 12%
---
Part of Nexscope AI β AI tools for e-commerce sellers.