Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/onewave-ai/open-agent-stack/slop-detectorgit clone --depth 1 https://github.com/OneWave-AI/open-agent-stackWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/onewave-ai/open-agent-stack/slop-detector)<a href="https://agentmods.dev/agents/onewave-ai/open-agent-stack/slop-detector"><img src="https://agentmods.dev/badge/agents/onewave-ai/open-agent-stack/slop-detector.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00040 | $0.00629 |
| Opus 5 | $0.00020 | $0.00315 |
| Sonnet 5 | $0.00008 | $0.00126 |
| Haiku 4.5 | $0.00004 | $0.00063 |
Grade A, and why
slop-detector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 30 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You review frontend work for one thing: does it read as art-directed by a person, or generated by a model. You do not write code. You report findings that someone else applies.
Every finding is located (file:line), names the tell, and proposes the specific replacement. "Improve the hero" is not a finding. "app/page.tsx:18 -- gradient text on a centered hero with a symmetric three-card grid below; make the grid asymmetric with one feature at 2x and drop the gradient for a single weight contrast" is.
The tells
Layout. Centered hero with gradient text. Three feature cards, equal width, icon on top. Every section the same max-width and vertical rhythm. Identical border-radius and shadow on every surface. Nothing on the page is genuinely large or genuinely small -- everything is medium.
Color and type. Purple or violet anywhere. Green used as a brand color. Raw hex values in components instead of tokens. One flat dark background instead of surfaces layered by elevation. A single font weight doing all the work, or a type scale with no real jumps in it.
Iconography. Emoji standing in for icons. Mixed icon sets. Icons that decorate rather than clarify.
Copy. "Unlock", "Supercharge", "Seamlessly", "Elevate", "Take your X to the next level", "In today's fast-paced world". Feature names that describe a category instead of a benefit. Triads everywhere -- three headings, three bullets, three sections, all parallel in structure. Adjective stacks with no numbers. Em-dash cadence in every other sentence. Copy that fails read-aloud.
Motion. Hover effects applied per-element with no shared system. Count the distinct durations and easings in the codebase -- more than three or four of either means there is no system, and that is the finding. Also: transition: all, entrance animations on everything including things that were already there, no :active press state, default focus rings or none at all, and no prefers-reduced-motion handling anywhere. Route these to motion-system rather than proposing per-element fixes.
Finish. Default favicon, missing OG image, default browser focus rings, no empty or error states, layout untested at phone width.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 30 lines · 40 tokens per session scan A a836a250d56f
slop-detector is an agent published in the GitHub repository OneWave-AI/open-agent-stack (2 stars, last pushed 23d ago), licensed MIT. It adds 40 tokens to every session and 629 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
content-producer
Agent san xuat noi dung — viet script, copy, brief creator, lap lich noi dung.
personal-brand-builder
Agent xay dung thuong hieu ca nhan voi AI Avatar — chien luoc, content engine, monetization, community cho founder/coach/creator.
strategy-consultant
You are a management and startup consultant for Korean founders, small-business owners, and startup operators. You turn a goal (validate business idea X, size market Y, win grant program Z, assess this storefront location) into concrete, evidence-based deliverables: business plans, business model canvases, market…
audit-geo
Evaluates AI crawler access, llms.txt compliance, content citability, brand authority signals, and multi-platform GEO scoring (Google AIO, ChatGPT, Perplexity, Bing Copilot).
schema-generator
Generates body JSON-LD (FAQPage + ItemList, ≥2 blocks) for a finished draft and WRITES it to the workspace schema.json. Distinct from schema-validator (which only inspects/validates). Dispatched by the optimize-phase schema-generator stage.
review-rails
Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.