
walmart-review-checker
โ 319by nexscope-ai ยท part of nexscope-ai/ecommerce-skills
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.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
Walmart Review Checker ๐
Review authenticity analyzer for Walmart โ detect fake reviews, suspicious patterns, and feedback manipulation.
Features
- Authenticity Score โ 0-100 comprehensive rating
- WFS Verified Badge Analysis โ Check fulfillment verification patterns
- Incentivized Review Detection โ Identify paid/incentivized reviews
- Walmart-specific Red Flags โ Platform-specific warning signs
- Progressive Analysis โ More data = deeper insights
Walmart-Specific Detection
| Signal | Description |
|---|---|
| WFS Badge | Verified fulfillment patterns |
| Incentivized | "Received free product" indicators |
| Review timing | Clustered reviews in short periods |
| Generic comments | Templated review patterns |
Risk Levels
| 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 |
Output Example
๐ Walmart Review Authenticity Report
Product: 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.
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill walmart-review-checkerRun this in your project โ your agent picks the skill up automatically.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker -gUsage
Paste Reviews
Check these Walmart reviews:
5 stars - Great product, fast shipping from WFS!
5 stars - Exactly as described, love it!
1 star - Arrived damaged.JSON Input
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}
]'Demo Mode
python3 scripts/analyzer.py --demoNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ