Loading...
Loading...
Advertising compliance review skill, designed to check whether advertising materials comply with the Advertising Law of China and relevant regulations. Applicable scenarios: (1) When users submit advertising copy or materials for compliance review; (2) When users mention keywords such as "advertising review", "advertising compliance", "advertising law inspection"; (3) When users require to check if there are illegal or non-compliant risks in advertising content; (4) When users submit advertisements from industries including real estate, food, medical care, pharmaceuticals, internet etc. for special review. The review basis covers the Advertising Law, Anti-Unfair Competition Law and industry-specific regulations.
npx skill4agent add zh-xx/legal-assistant-skills ad-compliance-review输入广告素材
│
▼
[阶段一] 广告定性与分类
│ 判断是否构成广告 → 识别行业 → 识别形式
│
▼
[阶段二] 通用红线审核
│ 政治红线(一票否决) → 虚假误导 → 绝对化用语
│ → 形式合规 → 格式条款 → 不正当竞争
│
▼
[阶段三] 行业专项审核(按分类加载)
│ 仅加载与该广告相关的行业规则
│
▼
[阶段四] 生成审核报告real estatefoodalcoholhealth foodfood for special medical purposesinfant formula foodmedical carepharmaceuticalsmedical devicespesticidesveterinary drugseducation and traininginvestment and investment attractioninternet advertisinglive streamingpublic service advertisementgeneral goods/servicesinformation flowsoft article/review/experiencepop-up/splash screenbidding rankinglive stream e-commerceoutdoor advertisingtraditional mediaself-media/official accountendorsement/recommendationpromotion/prize-attached salestrademark/patent publicity| Industry Tag | Reference File |
|---|---|
| Real Estate | references/07-房地产广告.md |
| Food/Alcohol/Health Food/Food for Special Medical Purposes/Infant Formula Food | references/08-食品广告.md |
| Medical Care | references/09-医疗广告.md |
| Pharmaceuticals | references/10-药品广告.md |
| Medical Devices | references/11-医疗器械广告.md |
| Pesticides | references/12-农药广告.md |
| Veterinary Drugs | references/13-兽药广告.md |
| Promotion/Prize-attached Sales | references/14-促销有奖销售.md |
| Internet Advertising/Live Streaming | references/15-互联网广告.md |
| Endorsement/Recommendation | references/16-代言与推荐.md |
| Trademark/Patent | references/17-商标与专利.md |
| Education and Training/Investment and Investment Attraction | references/18-教育培训与投资招商.md |
| Public Service Advertisement | references/19-公益广告与特殊规定.md |
# 广告合规审核报告
## 一、基本信息
| 项目 | 内容 |
|-----|------|
| 广告素材 | [素材名称/描述] |
| 审核日期 | [日期] |
| 广告定性 | 构成广告 / 非广告 |
| 行业分类 | [行业标签] |
| 广告形式 | [形式标签] |
## 二、审核结论
**总体结论:** [通过] / [需修改后通过] / [不予通过]
**风险等级:** [高/中/低]
## 三、问题清单
> 按风险等级从高到低排列
### [问题编号]. [问题简述]
- **违规类型:** [政治红线/虚假误导/绝对化用语/形式违规/行业专项违规/...]
- **风险等级:** [高/中/低]
- **问题描述:** [具体描述广告中的违规内容]
- **原文摘录:** "[摘录广告原文中的违规表述]"
- **违反条款:** [对应的法规条款或审核规则]
- **修改建议:** [具体的修改方向或替代表述]
(重复以上结构,列出所有问题)
## 四、合规建议
[针对整体广告的改进方向,如有必要]
## 五、免责声明
本审核报告基于所提供的广告素材文本内容进行合规分析,不构成正式法律意见。
如涉及行政审批类广告(医疗、药品、保健食品等),建议另行核查相关行政许可文件。{
"basicInfo": {
"广告素材": "素材描述",
"审核日期": "2026-02-11",
"广告定性": "构成广告",
"行业分类": "一般商品/服务",
"广告形式": "店铺促销告示"
},
"conclusion": "通过 | 需修改后通过 | 不予通过",
"riskLevel": "高 | 中 | 低",
"issues": [
{
"title": "问题简述",
"type": "违规类型",
"risk": "高 | 中 | 低",
"description": "问题描述",
"quote": "原文摘录",
"violation": "违反条款",
"suggestion": "修改建议"
}
],
"suggestions": "合规建议(多段落用 \\n 分隔)",
"disclaimer": "免责声明(可选,有默认值)"
}node scripts/generate_report.js <input.json> [output.docx]LICENSE