Walmart review checker
Skill nexscope-ai/eCommerce-Skills/review-checker/walmart-review-checker
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.From its SKILL.md
npx -y skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checkerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.5 KB, 556 tokens by cl100k_base, as published. Nobody here has run it
Walmart Review Checker π
Review authenticity analyzer for Walmart β detect fake reviews, suspicious patterns, and feedback manipulation.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill walmart-review-checker -g
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 |
Usage
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 --demo
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.
What ships with it: 3 files
51.3 KB alongside SKILL.md, 3 of them executable
scripts/
- analyzer.pyruns27.8 KB
- parser.pyruns9.9 KB
- report_html.pyruns13.5 KB