lovstudio-anti-wechat-ai-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lovstudio-anti-wechat-ai-check (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
检测文章中的 AI 生成痕迹(模板短语、过渡词堆砌、句式雷同等),给出风险 评分和修改建议,并可输出人性化润色后的版本。基于微信公众平台运营规范 3.27 条款(非真人自动化创作行为)的检测逻辑。
You MUST follow these steps in order:
Determine the input source:
--textpython skills/lovstudio-anti-wechat-ai-check/scripts/analyze.py \
--input <path> --format jsonOr with inline text:
python skills/lovstudio-anti-wechat-ai-check/scripts/analyze.py \
--text "文章内容" --format jsonShow the user:
IMPORTANT: Use `AskUserQuestion` to ask what to do next:
| Option | Description |
|---|---|
| 仅查看报告 | 用户自己修改,skill 结束 |
| 给出修改建议 | 列出每个问题的具体修改建议,不改原文 |
| 直接输出修改版 | 输出人性化润色后的完整文章 |
When rewriting, follow these humanization rules:
#### 5a. 消除模板短语
#### 5b. 降低过渡词密度
#### 5c. 打破句式均匀
#### 5d. 打破段落均匀
#### 5e. 增加人味
#### 5f. 保留原意
Output the humanized article as markdown. If the input was a file, also offer to write the result back to a file (with -humanized suffix).
| Argument | Default | Description |
|---|---|---|
--input, -i | — | Input file path (.md, .txt) |
--text, -t | — | Inline text to analyze |
--format, -f | text | Output format: text or json |
No external dependencies — stdlib only.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.