[WordPress] 外掛分享: AI Slop Checker

首頁外掛目錄 › AI Slop Checker
WordPress 外掛 AI Slop Checker 的封面圖片
全新外掛
安裝啟用
尚無評分
6 天前
最後更新
問題解決
WordPress 5.8+ PHP 7.4+ v1.0.0 上架:2026-08-24

內容簡介

AI Slop Checker 外掛旨在協助使用者檢查從 AI 聊天機器人複製的內容,並驗證文章中的事實準確性。透過本地運行的模式掃描與事實檢查,確保內容的可靠性與時效性。

【主要功能】
• 檢測複製內容的包裝語言
• 驗證文章中的事實準確性
• 支援多種事實檢查提供者
• 本地運行,無需 API 金鑰
• 提供準確、過時、不準確的判定

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「AI Slop Checker」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Two problems, one plugin.
1. Pasted chat sessions. When someone copies an answer out of ChatGPT or Claude and drops it into the editor, the reply usually comes with its packaging: a “Certainly! Here’s the article you asked for” on top, and a “Would you like me to expand on any section?” at the bottom. The pattern scanner looks for that packaging. It runs locally, costs nothing, and needs no API key.
Hits near the end of a long post are weighted more heavily, because that is where the tail of a chat reply lands.
2. Facts that have moved on. A model writes confidently from training data with a cutoff date. Version numbers, prices, “the current largest”, “as of 2023” — all of it can be quietly wrong by the time it publishes. The plugin pulls the most checkable sentences out of a post and runs them past a search-grounded model. Anything contested or low-confidence gets a second look from Google.
Verdicts are one of: accurate, outdated, inaccurate, or unverifiable. “Outdated” is the one to care about — it means the claim used to be true, which is exactly the failure mode a knowledge cutoff produces.
Choosing a fact-check provider
You can use Perplexity, Gemini, or both.
Both are grounded: Perplexity searches at request time by default, and the Gemini requests always attach the Google Search tool. That grounding matters more than which model you pick. An ungrounded model answers a fact-check from its own training data, which means it carries the same cutoff blind spot the plugin exists to find — it would be checking stale facts against stale facts.
Running both costs twice as much but is meaningfully stronger: claims the two agree on are reported with higher confidence, and claims they split on are marked disputed so a human decides rather than the plugin guessing.
What it looks at

Dangling offers to keep working (“Would you like me to…”, “Let me know if you’d like…”, “3 more prompts”)
Assistant self-reference (“As an AI language model”, “I don’t have access to real-time data”)
Prompt echoes and delivery framing (“Certainly! Here’s a draft”, “As requested”)
Unfilled scaffolding ([Insert company name], “Word count: 1,450”, stray SEO briefing fields)
Raw markdown that never converted (**bold**, ## headings)
Knowledge-cutoff language (“as of my last update”, “the latest version is”)
Stock generated phrasing (“delve into”, “in today’s fast-paced world”, “a testament to”)

The last category is deliberately low-weight. Plenty of human writers say “it’s important to note”. On its own it proves nothing, and the scoring reflects that.
External services
Pattern scanning is entirely local. The plugin makes no network requests at all until you add an API key and turn on AI mode.
When you do enable fact-checking, the plugin sends data to whichever services you have configured. In every case what leaves your site is the same: individual sentences extracted from the post being checked, plus the post title and its publication date for context. Never the full post, never user accounts, never visitor data.
Perplexity AI — used to fact-check claims when Perplexity is the selected provider.
Data sent: extracted claim sentences, post title, post publication date.
Sent to: https://api.perplexity.ai/chat/completions
Terms: https://www.perplexity.ai/hub/legal/terms-of-service
Privacy: https://www.perplexity.ai/hub/legal/privacy-notice
Google Gemini API — used to fact-check claims when Gemini is the selected provider. Google Search grounding is enabled on these requests, so your claim text is used as a search input.
Data sent: extracted claim sentences, post title, post publication date.
Sent to: https://generativelanguage.googleapis.com/
Terms: https://ai.google.dev/gemini-api/terms
Privacy: https://policies.google.com/privacy
Note that Google treats its free and paid Gemini tiers differently. On the free tier, Google’s terms state that submitted content may be used to develop Google products and that human reviewers may read it. On a paid tier it is not used to improve their products. If you are checking unpublished drafts, read those terms before using a free key.
Google Fact Check Tools API — optional. Looks for published fact-checks matching a claim.
Data sent: keywords derived from a single claim sentence.
Sent to: https://factchecktools.googleapis.com/
Terms: https://developers.google.com/terms
Privacy: https://policies.google.com/privacy
Google Programmable Search (Custom Search JSON API) — optional, and only active if you supply a Search Engine ID. Used to corroborate contested claims and judge how recent the supporting sources are.
Data sent: keywords derived from a single claim sentence.
Sent to: https://www.googleapis.com/customsearch/v1
Terms: https://developers.google.com/terms
Privacy: https://policies.google.com/privacy
Responses are cached for 24 hours so repeated checks of unchanged content do not re-send anything.

延伸相關外掛

文章
Filter
Mastodon