
brand-protection-tiktok
โ 319by nexscope-ai ยท part of nexscope-ai/ecommerce-skills
TikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influencer misuse detection, and complaint templates. 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.
Brand Protection โ TikTok Shop ๐ก๏ธ
Protect your brand from unauthorized sellers and counterfeit products on TikTok Shop.
Features
- Unauthorized Seller Detection โ Find sellers without authorization
- Price Monitoring โ MAP violation alerts
- Counterfeit Signals โ Review-based fake detection
- Affiliate Abuse โ Unauthorized influencer promotion
- TikTok IP Protection โ Official reporting templates
- Content Takedown โ Video/post removal requests
TikTok-Specific Detection
| Dimension | Method | Risk Level |
|---|---|---|
| Unauthorized Sellers | Shop monitoring | ๐ด High |
| Price Violations | Below MAP detection | ๐ด High |
| Counterfeit | Review/comment analysis | ๐ด High |
| Affiliate Abuse | Creator content scan | โ ๏ธ Medium |
Risk Levels
| Level | Description | Action |
|---|---|---|
| ๐ด High | Active infringement | Report within 24h |
| โ ๏ธ Medium | Potential concern | Investigate further |
| โ Low | Normal activity | Continue monitoring |
Output Example
๐ก๏ธ TikTok Shop Brand Protection Report
Brand: YourBrand
Shops Monitored: 5
Analysis Date: 2024-01-15
โโโโโโโโโโโโโโโโโโโโโโโโ
๐ด HIGH RISK ALERTS
Shop: fake_seller_123
โโโ Selling counterfeit products
โโโ Price: $9.99 (MAP: $29.99)
โโโ Action: File TikTok IP report
โโโโโโโโโโโโโโโโโโโโโโโโ
โ ๏ธ AFFILIATE ABUSE
Creator: @unauthorized_creator
โโโ Promoting without authorization
โโโ Commission rate: 25%
โโโ Action: Contact creator / ReportTikTok IP Protection
TikTok's Intellectual Property Protection program allows brand owners to:
- Report counterfeit listings
- Remove unauthorized content
- Block infringing sellers
Action Workflow
Monitor TikTok Shop
โ
Detect Violation
โ
Collect Evidence
โ
File IP Report
โ
Track RemovalPart of Nexscope AI โ AI tools for e-commerce sellers.
npx skills add https://github.com/nexscope-ai/ecommerce-skills --skill brand-protection-tiktokRun this in your project โ your agent picks the skill up automatically.
Installation
npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-tiktok -gInput Configuration
{
"brand_name": "YourBrand",
"tiktok_shop_id": "your_shop_id",
"trademark_number": "US12345678",
"authorized_affiliates": ["creator_id_1", "creator_id_2"],
"min_price": 29.99
}Usage
Detection
python3 scripts/detector.pyGenerate Complaint Templates
# TikTok IP Protection report
python3 scripts/templates.py ip-report
# Seller complaint
python3 scripts/templates.py seller-complaint
# Content takedown
python3 scripts/templates.py content-takedownNo 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 โ