{"id":"brand-protection-ebay","name":"brand-protection-ebay","summary":"eBayブランド保護ツールキット。無許可販売者、偽造品、VeRO違反を検出します。","body":"# Brand Protection — eBay 🛡️\n\nProtect your brand from unauthorized sellers and counterfeits on eBay.\n\n## Installation\n\n```bash\nnpx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-ebay -g\n```\n\n## Features\n\n- **Unauthorized Seller Detection** — Find sellers without authorization\n- **Price Monitoring** — MAP violation alerts\n- **Counterfeit Signals** — Feedback-based fake detection\n- **Trademark Abuse** — Listing title/description infringement\n- **VeRO Complaint Templates** — eBay's rights owner program\n- **Enforcement Guide** — Step-by-step takedown process\n\n## eBay-Specific Detection\n\n| Dimension | Method | Risk Level |\n|-----------|--------|------------|\n| Unauthorized Sellers | Seller ID monitoring | 🔴 High |\n| Price Violations | Below MAP detection | 🔴 High |\n| Counterfeit | Feedback keyword analysis | 🔴 High |\n| Trademark | Title pattern matching | ⚠️ Medium |\n\n## Risk Levels\n\n| Level | Description | Action |\n|-------|-------------|--------|\n| 🔴 High | Immediate threat | File VeRO within 24h |\n| ⚠️ Medium | Potential concern | Monitor and investigate |\n| ✅ Low | Normal activity | Continue monitoring |\n\n## Input Configuration\n\n```json\n{\n  \"brand_name\": \"YourBrand\",\n  \"trademark_number\": \"US12345678\",\n  \"vero_enrolled\": true,\n  \"authorized_sellers\": [\"seller_id_1\", \"seller_id_2\"],\n  \"protected_item_ids\": [\"123456789012\"],\n  \"min_price\": 29.99\n}\n```\n\n## Usage\n\n### Detection\n\n```bash\npython3 scripts/detector.py\n```\n\n### Generate Complaint Templates\n\n```bash\n# VeRO complaint\npython3 scripts/templates.py vero\n\n# Cease & Desist letter\npython3 scripts/templates.py cease-desist\n\n# Test buy guide\npython3 scripts/templates.py testbuy\n```\n\n## Output Example\n\n```\n🛡️ eBay Brand Protection Report\n\nBrand: YourBrand\nItems Monitored: 8\nAnalysis Date: 2024-01-15\n\n━━━━━━━━━━━━━━━━━━━━━━━━\n\n🔴 HIGH RISK ALERTS\n\nItem: 123456789012\n├── Unauthorized seller detected\n├── Price: $15.99 (MAP: $29.99)\n└── Action: File VeRO complaint\n\n━━━━━━━━━━━━━━━━━━━━━━━━\n\n⚠️ COUNTERFEIT SIGNALS\n\nFeedback mentioning \"fake\": 3\nFeedback mentioning \"not genuine\": 2\nRecommendation: Order test buy\n```\n\n## VeRO Program\n\neBay's Verified Rights Owner Program allows brand owners to:\n- Report counterfeit listings\n- Remove trademark violations\n- Protect intellectual property\n\n## Action Workflow\n\n```\nMonitor Listings\n      ↓\nDetect Violation\n      ↓\nCollect Evidence\n      ↓\nFile VeRO Complaint\n      ↓\nTrack Removal\n```\n\n---\n\n**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) — AI tools for e-commerce sellers.**","author":"@nexscope-ai","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/nexscope-ai/eCommerce-Skills/tree/main/brand-protection/brand-protection-ebay","license":"MIT","category":"security","lang":"en","tokens":644,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[{"path":"scripts/detector.py","size":22416,"sha256":"0177708565605d56dc43f2ef728bdc696e67b7f3b6d34342a7850cc87f3ee681"},{"path":"scripts/templates.py","size":15448,"sha256":"551fcf9c0748ebefbf5c52059a378e439b76610663c67ee7a5eef5f6d4a1d523"}],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[{"code":"net.endpoints","kind":"exfiltration","excerpt":"brandregistry.amazon.com, www.nexscope.ai","message":"bundled scripts reach 2 external host(s)","severity":"warn"}],"scannedAt":"2026-08-22","hasScripts":true,"networkEndpoints":["brandregistry.amazon.com","www.nexscope.ai"]}}