Slop Detector
slop-detect.com
· Slop Detector
Score any landing page against the AI-design-slop fingerprint. Deterministic, weighted 0-100 scoring on real headless Chromium, plus an AEO axis (can AI engines read & cite a page). Open source, MIT.
slop-detect.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 36/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-29 17:36:23 current | f53d316058a1… |
view → |
Endpoints
| Agent card | https://slop-detect.com/.well-known/agent-card.json |
| Provider | https://slop-detect.com |
| Docs | https://slop-detect.com/llms.txt |
Skills · 3 declared · mapped to canonical taxonomy
Open a URL in headless Chromium and score it 0-100 against the deterministic AI-design-slop fingerprint. Optionally score the copy axis.
Score whether AI engines (ChatGPT, Claude, Perplexity, Google AI Overviews) can fetch, read and cite a page. Higher is better.
Generate a ready-to-paste prompt that tells a coding agent how to fix the slop patterns found on a page.
Health · last 4 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/slop-detect.com) [](https://agenstry.com/agents/slop-detect.com) [](https://agenstry.com/agents/slop-detect.com) [](https://agenstry.com/agents/slop-detect.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.2.0",
"name": "Slop Detector",
"description": "Score any landing page against the AI-design-slop fingerprint. Deterministic, weighted 0-100 scoring on real headless Chromium, plus an AEO axis (can AI engines read & cite a page). Open source, MIT.",
"url": "https://slop-detect.com",
"preferredTransport": "JSONRPC",
"version": "0.5.1",
"documentationUrl": "https://slop-detect.com/llms.txt",
"provider": {
"organization": "Slop Detector",
"url": "https://slop-detect.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "scan_page",
"name": "Scan page for design slop",
"description": "Open a URL in headless Chromium and score it 0-100 against the deterministic AI-design-slop fingerprint. Optionally score the copy axis.",
"tags": [
"design",
"slop",
"audit",
"landing-page",
"ai-generated"
],
"examples": [
"Scan https://example.com for AI-design slop",
"How AI-generated does stripe.com look?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "check_aeo",
"name": "Check AEO readability",
"description": "Score whether AI engines (ChatGPT, Claude, Perplexity, Google AI Overviews) can fetch, read and cite a page. Higher is better.",
"tags": [
"aeo",
"ai-seo",
"crawlability",
"llms-txt"
],
"examples": [
"Can ChatGPT read and cite https://example.com?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "fix_prompt",
"name": "Build a de-slop fix prompt",
"description": "Generate a ready-to-paste prompt that tells a coding agent how to fix the slop patterns found on a page.",
"tags": [
"fix",
"prompt",
"refactor",
"de-slop"
],
"examples": [
"Give me a prompt to fix the slop on https://example.com"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"contact": {
"email": "ravidsrk@gmail.com",
"url": "https://github.com/ravidsrk/slop-detect/issues"
}
}